From 5c4679bd1da04f314553ae3acfcb7a44fe74f9ad Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 1 Apr 2018 10:15:33 +0200 Subject: [PATCH] Attempt to fix AppVeyor config --- .appveyor.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f519df0..991db6b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,10 @@ version: 1.0.{build} os: Visual Studio 2015 RC +branches: + only: + - master + environment: global: APPVEYOR_OS_NAME: windows @@ -19,7 +23,7 @@ environment: configuration: Debug shallow_clone: true -clone_depth: 10 +clone_depth: 5 init: - set MSYS2_PATH=c:\msys64 - set CHERE_INVOKING=1 @@ -29,8 +33,18 @@ init: install: - cd .. -- git clone --depth=1 --branch=master https://github.com/openframeworks/openFrameworks +- git clone --depth=1 -b=master https://github.com/openframeworks/openFrameworks +- git clone --depth=1 -b=of-master-patch https://github.com/kr15h/ofxJSON openFrameworks\addons - call openFrameworks\scripts\ci\addons\install.cmd +- cd openFrameworks\addons\ofxPiMapper +- move /y example_basic/addons.make.norpi example_basic/addons.make +- move /y example_camera/addons.make.norpi example_camera/addons.make +- move /y example_fbo-sources/addons.make.norpi example_fbo-sources/addons.make +- move /y example_pocketvj/addons.make.norpi example_pocketvj/addons.make +- move /y example_remote-client/addons.make.norpi example_remote-client/addons.make +- move /y example_remote-server/addons.make.norpi example_remote-server/addons.make +- move /y example_simpler/addons.make.norpi example_simpler/addons.make +- rd /s example_gamepad build_script: - cd %OF_PATH%