aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
blob: 3a3a17a07745c95190544e1bbf9d1609def5d01d (plain)
1
2
3
4
5
6
7
8
9
version: 1.0.{build}
install:
- cmd: git submodule update --init --recursive
build_script:
- cmd: |-
    cd c:\projects\cubeb
    cmake .
    cmake --build . --config Debug