Windows CI build on AppVeyor.
This commit is contained in:
parent
d40268d1ac
commit
65c098ed1c
2 changed files with 14 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
[](https://scan.coverity.com/projects/simh)
|
[](https://scan.coverity.com/projects/simh)
|
||||||
[](https://travis-ci.org/simh/simh)
|
[](https://travis-ci.org/simh/simh)
|
||||||
|
[](https://ci.appveyor.com/project/simh/simh/history)
|
||||||
|
|
||||||
## Table of Contents:
|
## Table of Contents:
|
||||||
[WHAT'S NEW since simh v3.9](#whats-new-since-simh-v39)
|
[WHAT'S NEW since simh v3.9](#whats-new-since-simh-v39)
|
||||||
|
|
13
appveyor.yml
Normal file
13
appveyor.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
platform:
|
||||||
|
- x86
|
||||||
|
cache:
|
||||||
|
- ../windows-build
|
||||||
|
skip_commits:
|
||||||
|
files:
|
||||||
|
- doc/*
|
||||||
|
- '**/*.md'
|
||||||
|
- '**/*.txt'
|
||||||
|
before_build:
|
||||||
|
"\"C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\vcvarsall.bat\""
|
||||||
|
build_script:
|
||||||
|
cmd: cd "Visual Studio Projects" & vcbuild /M%NUMBER_OF_PROCESSORS% /useenv /rebuild Simh.sln "Release|Win32"
|
Loading…
Add table
Reference in a new issue