Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Commit

Permalink
Try to fix Travis build
Browse files Browse the repository at this point in the history
See PR #139
  • Loading branch information
lmoureaux committed Aug 13, 2018
1 parent 1fdebc0 commit 9ed4e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ after_script: skip
- gem install github_changelog_generator
script:
- echo 'Running build stage on docker container $DOCKER_CONTAINER_ID'
- docker exec -ti $DOCKER_CONTAINER_ID /bin/bash -eic "pip install -r /home/daqbuild/${REPO_NAME}/requirements-dev.txt" || travis_terminate 1
- docker exec -ti $DOCKER_CONTAINER_ID /bin/bash -eic "cd /home/daqbuild/${REPO_NAME}; make" || travis_terminate 1
- docker exec -ti $DOCKER_CONTAINER_ID /bin/bash -eic "cd /home/daqbuild/${REPO_NAME}; make rpm" || travis_terminate 1
- docker exec -ti $DOCKER_CONTAINER_ID /bin/bash -eic "cd /home/daqbuild/${REPO_NAME}; rpm -q --filesbypkg -p rpm/*.rpm"
Expand Down

0 comments on commit 9ed4e3b

Please sign in to comment.