I'm a moron
Former-commit-id: bba4e4d5d99fa7d4f8542ddf4f371578a6fbfde6 [formerly 38666d69d3f61b68f53452f9e08afd5d4545e247] [formerly 5d5ca1fbc58f8f55e49df32e840347807b307df1 [formerly 1268ae19bb805894bc4ea98bca9f3aaee23a884f]] Former-commit-id: db42585f88b7aac2d9d946aa19168a051180875f [formerly 437851904db490748a7b7b946e4823177e782a6a] Former-commit-id: ec09684d4e6f2d0ce7664f73f1c552e5dbde9278
This commit is contained in:
parent
5c681d11ce
commit
b64e65bbb3
|
|
@ -1,5 +1,5 @@
|
||||||
version: '{branch}-rev{build}'
|
version: '{branch}-rev{build}'
|
||||||
configuration: DebugDynamic, ReleaseDynamic
|
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
|
|
||||||
os:
|
os:
|
||||||
|
|
@ -13,8 +13,8 @@ install:
|
||||||
- cd build && "./premake5.exe" %TOOLSET% && cd ..
|
- cd build && "./premake5.exe" %TOOLSET% && cd ..
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
- DebugDynamic
|
||||||
- Release
|
- ReleaseDynamic
|
||||||
|
|
||||||
build:
|
build:
|
||||||
project: build/$(TOOLSET)/NazaraEngine.sln
|
project: build/$(TOOLSET)/NazaraEngine.sln
|
||||||
Loading…
Reference in New Issue