1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-24 02:27:46 +00:00
sapphire/.appveyor.yaml

20 lines
193 B
YAML
Raw Normal View History

2017-09-12 13:32:18 +02:00
os:
- Visual Studio 2015
build:
verbosity: detailed
configuration:
- Debug
branches:
except:
- /pr\/.+/
install:
2017-09-12 13:35:31 +02:00
before_build:
mkdir mysqlcpp
cd mysqlcpp
cmake --version