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 5c588fc commit 0c810e2Copy full SHA for 0c810e2
.github/workflows/cmake.yml
@@ -33,6 +33,25 @@ jobs:
33
cmake . -DTEST:STRING="defaults-enabled" -DCMAKE_FIND_DEBUG_MODE=1
34
cmake --build .
35
36
+ default-linux-with-examples:
37
+ runs-on: ubuntu-latest
38
+ steps:
39
+ - uses: actions/checkout@v2
40
+ - uses: lukka/get-cmake@latest
41
+
42
+ - name: setup
43
+ run: |
44
+ mkdir build
45
+ cd build
46
+ cmake ..
47
+ sudo cmake --install .
48
49
+ - name: test
50
51
+ cd tests/cmake
52
+ cmake . -DTEST:STRING="defaults-enabled"
53
+ cmake --build .
54
55
default-win:
56
runs-on: windows-latest
57
steps:
0 commit comments