premake/appveyor.yml

17 lines
322 B
YAML
Raw Normal View History

os: Visual Studio 2015
platform:
- Win32
before_build:
- cmd: git clean -ffxd
- cmd: git submodule sync
- cmd: git submodule update --init
build_script:
- cmd: call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat"
- cmd: nmake -f Bootstrap.mak MSDEV=vs2015 windows
test_script:
- cmd: bin\release\premake5 test