Files
entt/appveyor.yml
Michele Caini df065c5647 Now it works on VS2017 (#11)
* update appveyor config
* update build system
* refactoring
2017-09-14 13:27:56 +02:00

23 lines
348 B
YAML

# can use variables like {build} and {branch}
version: 1.0.{build}
image: Visual Studio 2017
environment:
BUILD_DIR: "%APPVEYOR_BUILD_FOLDER%\\build"
platform:
- Win32
configuration:
- Release
before_build:
- cd %BUILD_DIR%
- cmake .. -G"Visual Studio 15 2017"
build:
parallel: true
project: build/entt.sln
verbosity: minimal