Skip to content

Commit c6bdfd2

Browse files
committed
ci template
1 parent dfb3271 commit c6bdfd2

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,18 @@ jobs:
3232
- uses: actions/checkout@v2
3333

3434
- run: cmake -B build -Drealbits=64
35-
- run: ctest -S setup.cmake -VV
35+
- run: cmake --build build
36+
- run: ctest --output-on-failure
37+
working-directory: build
3638

3739
- run: cmake -B build -Drealbits=32
38-
- run: ctest -S setup.cmake -VV
40+
- run: cmake --build build
41+
- run: ctest --output-on-failure
42+
working-directory: build
43+
3944

4045
windowsCmake:
46+
needs: linuxCmake
4147
runs-on: windows-latest
4248
steps:
4349
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)