Page MenuHomePhabricator (Chris)

No OneTemporary

Size
712 B
Referenced Files
None
Subscribers
None
diff --git a/scripts/travis_make.sh b/scripts/travis_make.sh
index 8becc1f..b137b2f 100644
--- a/scripts/travis_make.sh
+++ b/scripts/travis_make.sh
@@ -1,24 +1,11 @@
#!/bin/bash
if [ $TRAVIS_OS_NAME = 'linux' ]; then
-
- # Install some custom requirements on macOS
- # e.g. brew install pyenv-virtualenv
-
- case "${TOXENV}" in
- py32)
- # Install some custom Python 3.2 requirements on macOS
- ;;
- py33)
- # Install some custom Python 3.3 requirements on macOS
- ;;
- esac
-else
- # Install some custom requirements on Linux
+ sh make_appimage.sh
fi
if [ $TRAVIS_OS_NAME = 'osx' ]; then
-cmake .
-make
+ cmake .
+ make
fi

File Metadata

Mime Type
text/x-diff
Expires
Fri, Sep 12, 12:42 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
42884
Default Alt Text
(712 B)

Event Timeline