From 651f431c7e84e45def2122d637e70805386e0f1a Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 1 Apr 2018 11:26:24 +0200 Subject: [PATCH] Remove AppVeyor template vars from ci sh scripts --- scripts/ci/msys2/install.sh | 16 ++++++++-------- scripts/ci/vs/install.sh | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/scripts/ci/msys2/install.sh b/scripts/ci/msys2/install.sh index 2a9fa05..d908b4a 100644 --- a/scripts/ci/msys2/install.sh +++ b/scripts/ci/msys2/install.sh @@ -2,11 +2,11 @@ pwd git clone --depth=1 -b of-master-patch https://github.com/kr15h/ofxJSON addons/ofxJSON -mv addons/%APPVEYOR_PROJECT_NAME%/example_basic/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_basic/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_camera/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_camera/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_fbo-sources/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_fbo-sources/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_pocketvj/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_pocketvj/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_remote-client/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_remote-client/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_remote-server/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_remote-server/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_simpler/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_simpler/addons.make -rm -rf addons/%APPVEYOR_PROJECT_NAME%/example_gamepad +mv addons/ofxPiMapper/example_basic/addons.make.norpi addons/ofxPiMapper/example_basic/addons.make +mv addons/ofxPiMapper/example_camera/addons.make.norpi addons/ofxPiMapper/example_camera/addons.make +mv addons/ofxPiMapper/example_fbo-sources/addons.make.norpi addons/ofxPiMapper/example_fbo-sources/addons.make +mv addons/ofxPiMapper/example_pocketvj/addons.make.norpi addons/ofxPiMapper/example_pocketvj/addons.make +mv addons/ofxPiMapper/example_remote-client/addons.make.norpi addons/ofxPiMapper/example_remote-client/addons.make +mv addons/ofxPiMapper/example_remote-server/addons.make.norpi addons/ofxPiMapper/example_remote-server/addons.make +mv addons/ofxPiMapper/example_simpler/addons.make.norpi addons/ofxPiMapper/example_simpler/addons.make +rm -rf addons/ofxPiMapper/example_gamepad diff --git a/scripts/ci/vs/install.sh b/scripts/ci/vs/install.sh index 2a9fa05..d908b4a 100644 --- a/scripts/ci/vs/install.sh +++ b/scripts/ci/vs/install.sh @@ -2,11 +2,11 @@ pwd git clone --depth=1 -b of-master-patch https://github.com/kr15h/ofxJSON addons/ofxJSON -mv addons/%APPVEYOR_PROJECT_NAME%/example_basic/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_basic/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_camera/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_camera/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_fbo-sources/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_fbo-sources/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_pocketvj/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_pocketvj/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_remote-client/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_remote-client/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_remote-server/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_remote-server/addons.make -mv addons/%APPVEYOR_PROJECT_NAME%/example_simpler/addons.make.norpi addons/%APPVEYOR_PROJECT_NAME%/example_simpler/addons.make -rm -rf addons/%APPVEYOR_PROJECT_NAME%/example_gamepad +mv addons/ofxPiMapper/example_basic/addons.make.norpi addons/ofxPiMapper/example_basic/addons.make +mv addons/ofxPiMapper/example_camera/addons.make.norpi addons/ofxPiMapper/example_camera/addons.make +mv addons/ofxPiMapper/example_fbo-sources/addons.make.norpi addons/ofxPiMapper/example_fbo-sources/addons.make +mv addons/ofxPiMapper/example_pocketvj/addons.make.norpi addons/ofxPiMapper/example_pocketvj/addons.make +mv addons/ofxPiMapper/example_remote-client/addons.make.norpi addons/ofxPiMapper/example_remote-client/addons.make +mv addons/ofxPiMapper/example_remote-server/addons.make.norpi addons/ofxPiMapper/example_remote-server/addons.make +mv addons/ofxPiMapper/example_simpler/addons.make.norpi addons/ofxPiMapper/example_simpler/addons.make +rm -rf addons/ofxPiMapper/example_gamepad