early-access version 1255
This commit is contained in:
9
externals/cubeb/appveyor.yml
vendored
Executable file
9
externals/cubeb/appveyor.yml
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
version: 1.0.{build}
|
||||
install:
|
||||
- cmd: git submodule update --init --recursive
|
||||
build_script:
|
||||
- cmd: |-
|
||||
cd c:\projects\cubeb
|
||||
cmake .
|
||||
cmake --build . --config Debug
|
||||
|
||||
Reference in New Issue
Block a user