I'm a moron
Former-commit-id: c657fb51f06383769d53b11dd29ebe5d3b08d34b [formerly 5482d05d0e31b9ede0b135d4b5b884c75b125bcf] [formerly 7718539d36139bdec2e22cdc6b3ed68a6440de37 [formerly 8b343f4e3dc51bdf480b9d6be8e49132b29bf161]] Former-commit-id: 3cbad989c037da16dd4be92a64156f4b5dde892b [formerly c2f2a41e12c8022100478900725f083f95a680e2] Former-commit-id: 86c5f71ab9d0147d10f677bd31ad8272e6121fe6
This commit is contained in:
parent
ba14c5671c
commit
f0081c8817
|
|
@ -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