Skip to content

Commit

Permalink
Travis: Upgrade scons-local to 3.0.1 on OSX
Browse files Browse the repository at this point in the history
Also change URL, prdownload alias seems broken right now on SF.
  • Loading branch information
akien-mga committed Apr 12, 2018
1 parent d121f4a commit ab75fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/travis/scons-local-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ echo "Download and install Scons local package ..."
echo

echo "Downloading sources ..."
curl -L -O http://prdownloads.sourceforge.net/scons/scons-local-3.0.0.zip # latest version available here: http://scons.org/pages/download.html
curl -L -O https://downloads.sourceforge.net/scons/scons-local-3.0.1.zip # latest version available here: http://scons.org/pages/download.html

echo "Extracting to build directory ..."
unzip -qq -n scons-local-3.0.0.zip -d $TRAVIS_BUILD_DIR/scons-local
unzip -qq -n scons-local-3.0.1.zip -d $TRAVIS_BUILD_DIR/scons-local

echo "Installing symlinks ..."
ln -s $TRAVIS_BUILD_DIR/scons-local/scons.py /usr/local/bin/scons
Expand Down

0 comments on commit ab75fae

Please sign in to comment.