Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F86391
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
712 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
R82 deerportal
Attached
Detach File
Event Timeline
Log In to Comment