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 ede79a7 commit f305ca7Copy full SHA for f305ca7
appveyor.yml
@@ -4,7 +4,9 @@ install:
4
build_script:
5
- cmd: |-
6
cd c:\projects\cubeb
7
- cmake .
+ mkdir build
8
+ cd build
9
+ cmake ..
10
cmake --build . --config Debug
11
12
build:
0 commit comments