|
Last change
on this file was 24387, checked in by s0600204, 4 years ago |
|
(1/2) Update premake5 to Alpha 15 - premake5 files
See CHANGES.txt below for the upstream-composed list of changes.
premake5.exe built by Stan
Accepted By: Stan (for Windows)
Trac Tickets: #5869
Differential Revision: https://code.wildfiregames.com/D3219
|
|
File size:
354 bytes
|
| Rev | Line | |
|---|
| [24387] | 1 | os: Visual Studio 2015
|
|---|
| 2 |
|
|---|
| 3 | platform:
|
|---|
| 4 | - Win32
|
|---|
| 5 | - x64
|
|---|
| 6 |
|
|---|
| 7 | configuration:
|
|---|
| 8 | - Debug
|
|---|
| 9 | - Release
|
|---|
| 10 |
|
|---|
| 11 | before_build:
|
|---|
| 12 | - cmd: git clean -ffxd
|
|---|
| 13 |
|
|---|
| 14 | build_script:
|
|---|
| 15 | - cmd: call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat"
|
|---|
| 16 | - cmd: nmake -f Bootstrap.mak MSDEV=vs2015 windows PLATFORM=%PLATFORM% CONFIG=%CONFIGURATION%
|
|---|
| 17 |
|
|---|
| 18 | test_script:
|
|---|
| 19 | - cmd: bin\%CONFIGURATION%\premake5 test
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.