Skip to content

Commit

Permalink
travis: try adding fuse device
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Jan 25, 2019
1 parent 49be955 commit 5bd7a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,12 +10,12 @@ os:

script:
- chmod 777 .
- docker run -it --rm -v $PWD:/stratus -w /stratus a12e/docker-qt:5.12-gcc_64 sh build-in-docker.sh
- docker run -it --cap-add SYS_ADMIN --device /dev/fuse -v $PWD:/stratus -w /stratus a12e/docker-qt:5.12-gcc_64 sh build-in-docker.sh

after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- if [ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ] && [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
- bash upload.sh Stratus-x86_64.AppImage
- bash upload.sh Stratus-*.AppImage

branches:
except:
Expand Down
1 change: 1 addition & 0 deletions stratus.desktop
Expand Up @@ -5,3 +5,4 @@ Exec=stratus %F
Icon=stratus
Comment=Fun with nimbus
Terminal=true
Categories=Network;

0 comments on commit 5bd7a48

Please sign in to comment.