yuzu/externals/cubeb/appveyor.yml

10 lines
174 B
YAML
Raw Normal View History

2020-12-28 19:15:37 +04:00
version: 1.0.{build}
install:
- cmd: git submodule update --init --recursive
build_script:
- cmd: |-
cd c:\projects\cubeb
cmake .
cmake --build . --config Debug