Skip to content

Commit

Permalink
ci: Update config (#2)
Browse files Browse the repository at this point in the history
CI update
  • Loading branch information
ar13pit authored Aug 1, 2020
2 parents 2d5c0bf + 34c7243 commit 6076d58
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: true

os: linux
dist: bionic
language: cpp

services:
Expand All @@ -8,10 +8,14 @@ services:
before_install:
- wget https://raw.githubusercontent.com/tue-robotics/tue-env/master/ci/install-package.sh
- wget https://raw.githubusercontent.com/tue-robotics/tue-env/master/ci/build-package.sh
- wget https://raw.githubusercontent.com/tue-robotics/tue-env/master/ci/test-package.sh
- export PACKAGE=${TRAVIS_REPO_SLUG#*/}

install:
- bash install-package.sh --package=$PACKAGE --branch=$TRAVIS_BRANCH --commit=$TRAVIS_COMMIT --pullrequest=$TRAVIS_PULL_REQUEST

script:
before_script:
- bash build-package.sh --package=$PACKAGE

script:
- bash test-package.sh --package=$PACKAGE

0 comments on commit 6076d58

Please sign in to comment.