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 981154b commit 2f789f5Copy full SHA for 2f789f5
.github/workflows/CI.yml
@@ -10,4 +10,4 @@ jobs:
10
steps:
11
- uses: actions/checkout@v1
12
- name: test
13
- run: make && make examples
+ run: mkdir build && cd build && cmake .. && make
0 commit comments