Create appveyor.yml

update README.MD to point to appveyor.
This commit is contained in:
Tom van Dijck 2016-06-06 08:49:29 -07:00 committed by Tom van Dijck
parent 5b5ef74331
commit c4e4389f33
2 changed files with 19 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# PREMAKE 5 (core)
* Linux: [![Build Status](https://travis-ci.org/premake/premake-core.svg?branch=master)](https://travis-ci.org/premake/premake-core)
* Windows: [![Build Status](http://jenkins.tomvandijck.com/job/premake-core/badge/icon)](http://jenkins.tomvandijck.com/job/premake-core/)
* Linux : [![Build Status](https://travis-ci.org/premake/premake-core.svg?branch=master)](https://travis-ci.org/premake/premake-core)
* Windows: [![Build status](https://ci.appveyor.com/api/projects/status/j34shfmryvqh1c6x?svg=true)](https://ci.appveyor.com/project/tvandijck/premake-core)
<img src="http://premake.github.io/premake-logo.png" width="200" height="200" />

16
appveyor.yml Normal file
View File

@ -0,0 +1,16 @@
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