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 dfb3271 commit c6bdfd2Copy full SHA for c6bdfd2
1 file changed
.github/workflows/ci.yml
@@ -32,12 +32,18 @@ jobs:
32
- uses: actions/checkout@v2
33
34
- run: cmake -B build -Drealbits=64
35
- - run: ctest -S setup.cmake -VV
+ - run: cmake --build build
36
+ - run: ctest --output-on-failure
37
+ working-directory: build
38
39
- run: cmake -B build -Drealbits=32
40
41
42
43
+
44
45
windowsCmake:
46
+ needs: linuxCmake
47
runs-on: windows-latest
48
steps:
49
0 commit comments