Skip to content

Commit

Permalink
don't mix builds in travis-ci to have readable logs
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4sec committed Sep 18, 2017
1 parent dbbc9ad commit 5b64465
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ script:
- sleep 3
- df -h
- "( cd $TRAVIS_BUILD_DIR/client/sources && ./buildenv.sh ) & ( cd $TRAVIS_BUILD_DIR/client/sources-linux
&& sudo -E ./buildenv.sh ) & ( cd $TRAVIS_BUILD_DIR/client/android_sources && ./build.sh
&& rm -f $HOME/.buildozer/android-sdk_* && rm -rf $HOME/.buildozer/android-ndk*
) & wait"
&& sudo -E ./buildenv.sh ) & wait"
- "( cd $TRAVIS_BUILD_DIR/client/android_sources && ./build.sh && rm -f $HOME/.buildozer/android-sdk_* && rm -rf $HOME/.buildozer/android-ndk*)"
- df -h
- "( cd $TRAVIS_BUILD_DIR/client/sources && ./build.sh ) & ( cd $TRAVIS_BUILD_DIR/client/sources-linux
&& sudo -E ./build.sh ) & wait"
- "( cd $TRAVIS_BUILD_DIR/client/sources && ./build.sh )"
- "( cd $TRAVIS_BUILD_DIR/client/sources-linux && sudo -E ./build.sh )"
- ls -l $TRAVIS_BUILD_DIR/pupy/payload_templates
- ls -l $TRAVIS_BUILD_DIR/pupy/payload_templates/pupyx64*.lin
- ls -l $TRAVIS_BUILD_DIR/pupy/payload_templates/pupyx64*.so
Expand Down

0 comments on commit 5b64465

Please sign in to comment.