diff options
author | Stefan Radomski <github@mintwerk.de> | 2016-08-01 19:39:13 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2016-08-01 19:39:13 (GMT) |
commit | bca8837bc47686adbf96498a3b645aaeacd07d69 (patch) | |
tree | 365c1f28bcc6d027ac99b8f353fcee6c71df5675 /appveyor.yml | |
parent | 7e81f2155717f8490ffd1b23e4f0aa8ac44d4de8 (diff) | |
download | uscxml-bca8837bc47686adbf96498a3b645aaeacd07d69.zip uscxml-bca8837bc47686adbf96498a3b645aaeacd07d69.tar.gz uscxml-bca8837bc47686adbf96498a3b645aaeacd07d69.tar.bz2 |
Added to appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..61ce222 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,25 @@ +version: 0.6.{build} + +shallow_clone: true + +environment: + matrix: + - configuration: Visual Studio 12.0 + platform: x86 + + - configuration: Visual Studio 12.0 + platform: x64 + + - configuration: Visual Studio 14.0 + platform: x86 + + - configuration: Visual Studio 14.0 + platform: x64 + +before_build: + - call "%ProgramFiles(x86)%\Microsoft %configuration%\VC\vcvarsall.bat" %platform% + - mkdir build + - cd build + - cmake -G "NMake Makefiles" .. + +build_script: nmake
\ No newline at end of file |