AppVeyor: temporary disable artifacts

This commit is contained in:
Lynix 2018-03-26 20:29:13 +02:00
parent 8c4773cdeb
commit 600bfc3ee6
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@ 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)'
#artifacts:
# - path: package/NazaraEngine.7z
# name: 'NazaraEngine-$(CONFIGURATION)-$(PLATFORM)-$(APPVEYOR_REPO_COMMIT)'
on_success:
- cd tests && "./NazaraUnitTestsServer.exe"