premake/appveyor.yml
Passw 29d02a3d21 Remove git submodule commands
It seems that there is no git submodule any more
2018-03-16 10:59:31 +08:00

15 lines
257 B
YAML

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