Skip to content

Commit

Permalink
Force OSX build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakercp committed Jan 7, 2018
1 parent 52dc4ca commit 08e620d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/ci/addons/build.sh
Expand Up @@ -79,6 +79,10 @@ if ls example* 1> /dev/null 2>&1; then
elif [ "$TARGET" == "linuxarmv7l" ]; then
#make DebugNoOF PLATFORM_VARIANT=raspberry2
junest ./build_junest.sh $(cd $example; pwd -P)
elif [ "$TARGET" == "osx" ]; then
cd $example
make Debug
cd ..
else
cd $example
make DebugNoOF
Expand Down
2 changes: 2 additions & 0 deletions scripts/ci/addons/install.sh
Expand Up @@ -51,6 +51,8 @@ if [ "$TARGET" == "android" ]; then
cd ..;
elif [ "$TARGET" == "emscripten" ]; then
wget http://ci.openframeworks.cc/openFrameworks_libs/$TARGET/libopenFrameworksDebug.bc;
elif [ "$TARGET" == "osx" ]; then
echo "Skipping download for osx."
else
wget http://ci.openframeworks.cc/openFrameworks_libs/$TARGET/libopenFrameworksDebug.a;
fi

0 comments on commit 08e620d

Please sign in to comment.