You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# appveyor file
|
|
# http://www.appveyor.com/docs/appveyor-yml
|
|
|
|
os: Visual Studio 2017
|
|
|
|
platform:
|
|
- x64
|
|
|
|
build_script:
|
|
- mkdir build
|
|
- cd build
|
|
- cmake -G "Visual Studio 15 2017 Win64" ..
|
|
- cmake --build . --config Release |