Fix AppVeyor
Former-commit-id: ee228ea9a5e5925c4423e80fb9b6ba54c2e99976 [formerly 51c00f3c2c05986c495e74c615e0d3f1ae35750d] [formerly 184b9efad1b0b555ab85b93f54e676cc574c7b28 [formerly 433ccb4af1f399a2c67eaa63e3334f8d233b75a7]] Former-commit-id: 2e7ac3fa14850b22a04236cbb800732537cd9220 [formerly 671e06d25371c685083adea0abd3501d0109acf1] Former-commit-id: eaf3c71f331e8b4d700399ae8d4cb43a9f153e4d
This commit is contained in:
parent
1ef16a5f3e
commit
a73cab209d
|
|
@ -10,8 +10,7 @@ environment:
|
||||||
- TOOLSET: vs2015
|
- TOOLSET: vs2015
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd build
|
- cd build && "./premake5.exe" %TOOLSET%
|
||||||
- "./premake5.exe" %TOOLSET%
|
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- DebugDynamic
|
- DebugDynamic
|
||||||
|
|
@ -21,5 +20,4 @@ build:
|
||||||
project: build/$(TOOLSET)/NazaraEngine.sln
|
project: build/$(TOOLSET)/NazaraEngine.sln
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- cd tests
|
- cd tests && "./NazaraUnitTests"
|
||||||
- "./NazaraUnitTests"
|
|
||||||
Loading…
Reference in New Issue