We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1713765 commit 415a9a5Copy full SHA for 415a9a5
.github/workflows/macos-linux-pixi.yml
@@ -53,17 +53,14 @@ jobs:
53
cache: true
54
environments: ${{ matrix.environment }}
55
56
- - name: Build aligator-cmake-example-project
+ - name: Build and test aligator-cmake-example-project
57
shell: bash -l {0}
58
env:
59
CMAKE_BUILD_PARALLEL_LEVEL: 4
60
ALCEP_BUILD_TYPE: ${{ matrix.build_type }}
61
run: |
62
- pixi run -e ${{ matrix.environment }} build
63
- pixi shell -e ${{ matrix.environment }}
64
- cd build && ./bin/main
65
- # Tests
66
pixi run -e ${{ matrix.environment }} test
+ cd build && ./bin/main
67
68
check:
69
name: check-macos-linux-pixi
0 commit comments