yuzu-src/externals/cubeb/appveyor.yml
2020-12-28 15:15:37 +00:00

9 lines
174 B
YAML
Executable file

version: 1.0.{build}
install:
- cmd: git submodule update --init --recursive
build_script:
- cmd: |-
cd c:\projects\cubeb
cmake .
cmake --build . --config Debug