From 657869df19348f9140e9a30c24847d42e50e1ef5 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 1 Apr 2018 14:05:37 +0200 Subject: [PATCH] Update AppVeyor CI scripts --- scripts/ci/msys2/install.sh | 4 ++-- scripts/ci/vs/install.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ci/msys2/install.sh b/scripts/ci/msys2/install.sh index 99e1ea1..8c96bd2 100644 --- a/scripts/ci/msys2/install.sh +++ b/scripts/ci/msys2/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -echo "Custom ofxPiMapper CI install script for VS" +echo ">> Custom ofxPiMapper CI install script for msys2" pwd git clone --depth=1 -b of-master-patch https://github.com/kr15h/ofxJSON addons/ofxJSON @@ -15,4 +15,4 @@ rm -rf addons/ofxPiMapper/example_gamepad rm -rf addons/ofxPiMapper/example_pocketvj rm -rf addons/ofxPiMapper/example_simpler rm -rf addons/ofxPiMapper/example_camera -echo "Custom install script done" +echo ">> Custom install script done" diff --git a/scripts/ci/vs/install.sh b/scripts/ci/vs/install.sh index 99e1ea1..957f13e 100644 --- a/scripts/ci/vs/install.sh +++ b/scripts/ci/vs/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -echo "Custom ofxPiMapper CI install script for VS" +echo ">> Custom ofxPiMapper CI install script for VS" pwd git clone --depth=1 -b of-master-patch https://github.com/kr15h/ofxJSON addons/ofxJSON @@ -15,4 +15,4 @@ rm -rf addons/ofxPiMapper/example_gamepad rm -rf addons/ofxPiMapper/example_pocketvj rm -rf addons/ofxPiMapper/example_simpler rm -rf addons/ofxPiMapper/example_camera -echo "Custom install script done" +echo ">> Custom install script done"