I'm a moron
Former-commit-id: e0bc0cbf0810d92ec21569e47e25ff344754c45d [formerly 5de16df03c69dd12360d92b3f526f582a7788de3] [formerly a6391f964534e24dbb766fbd0ba7775f108bcf9b [formerly 42441b30de399dbe4d83d7156232a6db3044a7d6]] Former-commit-id: c320af3cdf8f44494f4edaf45288a8ac9cbfb6ea [formerly 26cf22fa23593ab18e3543210e7d17ad7a4380ed] Former-commit-id: 3ac65b75454925ccd9a48a1d8f92e97712fc9532
This commit is contained in:
parent
fac97086ca
commit
d8caea738f
|
|
@ -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