This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

source: ps/trunk/build/premake/premake5/appveyor.yml

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
RevLine 
[24387]1os: Visual Studio 2015
2
3platform:
4 - Win32
5 - x64
6
7configuration:
8 - Debug
9 - Release
10
11before_build:
12 - cmd: git clean -ffxd
13
14build_script:
15 - cmd: call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat"
16 - cmd: nmake -f Bootstrap.mak MSDEV=vs2015 windows PLATFORM=%PLATFORM% CONFIG=%CONFIGURATION%
17
18test_script:
19 - cmd: bin\%CONFIGURATION%\premake5 test
Note: See TracBrowser for help on using the repository browser.