Files
NazaraEngine/appveyor.yml
Lynix d99cfa5181 AppVeyor: Don't fail if unit test fail
[skip ci]


Former-commit-id: 6fc41d258de67e7fcfd698d285dae6b9880086cb [formerly 2cc89518336952148ea428d3fbf2274ee06e9a5e] [formerly 9d5486eac5727ff2725a25571befcc2fcd47d0ec [formerly 655b9a3acf9010f61c4ff21fec785fadd1872356]]
Former-commit-id: aa2a672863be6251000bdcdd222155ef12a40e06 [formerly bee382ae42a659660d5ad20c8719292e1d32e7ec]
Former-commit-id: 082f76abf282a37e7a54aeb60a2df76178e3ee13
2016-10-07 16:26:23 +02:00

50 lines
843 B
YAML

version: '{branch}-rev{build}'
shallow_clone: true
skip_commits:
files:
- .travis.yml
- Doxyfile
- LICENSE
- License-Cabin.txt
- Logo.png
- LogoMini.png
- readme.md
- readme_fr.md
- 'writing style.md'
- doc/*
- NazaraModuleTemplate/*
os:
- Visual Studio 2015
environment:
matrix:
- TOOLSET: vs2015
install:
- cd build && "./premake5.exe" %TOOLSET% && cd ..
configuration:
- DebugDynamic
- ReleaseDynamic
platform:
- Win32
- x64
build:
project: build/$(TOOLSET)/NazaraEngine.sln
after_build:
- cd build && "./premake5.exe" package && cd ../package
- 7z a NazaraEngine.7z * && cd ..
artifacts:
- path: package/NazaraEngine.7z
name: 'NazaraEngine-$(CONFIGURATION)-$(PLATFORM)-$(APPVEYOR_REPO_COMMIT)'
on_success:
- cd tests && "./NazaraUnitTestsServer.exe"