From 8131cecff048cb664a4212b4a5e84a9c172533ae Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Fri, 27 Apr 2018 21:10:03 +0200 Subject: [PATCH] Windows CI through AppVeyor --- .appveyor.yml | 18 ++++++++++++++++++ README.adoc | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..cca6b56 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,18 @@ +image: Visual Studio 2015 +environment: + BOOST_ROOT: C:\Libraries\boost_1_66_0 + # If the Gradle Daemon is used, AppVeyor waits forever for it to terminate + GRADLE_OPTS: -Dorg.gradle.daemon=false +init: + # Print Remote Desktop information for debugging porposes + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +build_script: + - mkdir build + - cd build + - cmake .. -G "Visual Studio 14 2015" + - cmake --build . --config Release --target package + - cd %APPVEYOR_BUILD_FOLDER% +test_script: + - build\rhubarb\Release\runTests.exe +artifacts: + - path: build\rhubarb-lip-sync-*.zip diff --git a/README.adoc b/README.adoc index e693694..43750e1 100644 --- a/README.adoc +++ b/README.adoc @@ -8,8 +8,9 @@ :H: Ⓗ :X: Ⓧ -image:https://img.shields.io/travis/DanielSWolf/rhubarb-lip-sync/master.svg["Build Status", link="https://travis-ci.org/DanielSWolf/rhubarb-lip-sync"] image:https://img.shields.io/twitter/follow/RhubarbLipSync.svg?style=social&label=Follow["Twitter", link="https://twitter.com/RhubarbLipSync"] +image:https://img.shields.io/appveyor/ci/DanielSWolf/rhubarb-lip-sync/master.svg?label=Windows%20build["Windows build status", link="https://ci.appveyor.com/project/DanielSWolf/rhubarb-lip-sync"] +image:https://img.shields.io/travis/DanielSWolf/rhubarb-lip-sync/master.svg?label=OS%20X%20/%20Linux%20build["OS X / Linux build status", link="https://travis-ci.org/DanielSWolf/rhubarb-lip-sync"] ---