We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467ea66 commit 8dd34d1Copy full SHA for 8dd34d1
.github/workflows/nix-build.yml
@@ -11,8 +11,21 @@ jobs:
11
- uses: DeterminateSystems/magic-nix-cache-action@main
12
- uses: DeterminateSystems/flake-checker-action@main
13
14
+
15
+ - name: Configure
16
+ shell: nix develop --command {0}
17
+ run: |
18
+ mkdir -p build
19
+ cd build && cmake ../ -DALASKA_ENABLE_COMPILER=OFF \
20
+ -DALASKA_ENABLE_TESTING=ON \
21
+ -DCMAKE_INSTALL_PREFIX:PATH=../local
22
23
- name: Compile
- run: nix develop --command make
24
25
26
+ make -C build
27
28
- name: Run Tests
- run: nix develop --command make test
29
30
31
+ build/runtime/alaska_test
0 commit comments