Remove some accidentally committed code
[alure.git] / appveyor.yml
blobc13425560c9328b261a97afb1439243facca5369
1 image:
2   - Visual Studio 2015
4 build_script:
5 - cmd: >-
6     curl "http://openal-soft.org/openal-binaries/openal-soft-1.18.2-bin.zip" -o openal-soft-1.18.2-bin.zip
8     7z x openal-soft-1.18.2-bin.zip
10     set OPENALDIR=C:\projects\alure\openal-soft-1.18.2-bin
12     mkdir build
14     cd build
16     cmake -G"Visual Studio 14" ..
18     cmake --build . --config "Release" --clean-first