c4e4389f33
update README.MD to point to appveyor.
17 lines
322 B
YAML
17 lines
322 B
YAML
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
|