repo.or.cz
/
openal-soft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Print separate messages for building sdl_sound and ffmpeg examples
[openal-soft.git]
/
appveyor.yml
blob
4010f2ead2140d624cdfc634462d4c79af37638d
1
version: 1.17.2.{build}
2
3
environment:
4
matrix:
5
- GEN: "Visual Studio 14 2015"
6
CFG: Release
7
- GEN: "Visual Studio 14 2015 Win64"
8
CFG: Release
9
10
build_script:
11
- cd build
12
- cmake .. -G"%GEN%"
13
- cmake --build . --config %CFG% --clean-first
14