Skip to content

Commit

Permalink
Use Inform7 interim version for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCote committed Apr 7, 2020
1 parent b3498a5 commit c577b2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ matrix:
python: "3.5"
- os: linux
python: "3.6"
- os: osx
- os: osx # macOS 10.13
language: generic
- os: osx # macOS 10.14
language: generic
osx_image: xcode11.3

install:
- ./.travis/setup.sh
Expand Down
6 changes: 3 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ cd textworld/thirdparty/
if [ ! -e I7_6M62_Linux_all.tar.gz ]; then
echo "Downloading Inform7 CLI"
curl -LO http://inform7.com/apps/6M62/I7_6M62_Linux_all.tar.gz
if [ "${machine}" == 'Mac' ] && [ ! -e I7-6M62-OSX.dmg ]; then
if [ "${machine}" == 'Mac' ] && [ ! -e I7-6M62-OSX-Interim.dmg ]; then
echo "Downloading Inform7 for Mac"
curl -LO http://inform7.com/apps/6M62/I7-6M62-OSX.dmg
curl -LO http://inform7.com/apps/6M62/I7-6M62-OSX-Interim.dmg
fi
fi
if [ ! -d inform7-6M62 ]; then
Expand All @@ -41,7 +41,7 @@ fi
# Mount DMG if we're using a Mac
if [ "${machine}" == 'Mac' ] && [ -e inform7-6M62 ]; then
echo "Mounting Inform for Mac"
hdiutil attach ./I7-6M62-OSX.dmg
hdiutil attach ./I7-6M62-OSX-Interim.dmg

echo "Copying Mac compiled inform files"
current_dir="$(pwd)"
Expand Down

0 comments on commit c577b2c

Please sign in to comment.