Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
gonsie committed Oct 6, 2020
1 parent 853bb1f commit 7293334
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ branches:
only:
- master
- develop
stages:
- name: after_script
if: branch=master AND type=push
before_install:
- sudo apt-add-repository -y ppa:libreoffice/libreoffice-4-2
- sudo apt-get update -q
Expand Down Expand Up @@ -57,20 +60,19 @@ script:
- CTEST_OUTPUT_ON_FAILURE=1 make test
- make coveralls
- cd ..
- cd ..
- git clone --depth=1 --branch=master https://github.com/CODES-org/CODES.git CODES-org/CODES.git
- cd CODES-org/CODES
- ./prepare.sh
- mkdir build && cd build
-../configure PKG_CONFIG_PATH=../../ROSS-org/ROSS/install/lib/pkgconfig
- make
- make tests
- make check
after_success:
# run CODES integration testing for master branch only
- if: branch=master
- cd ..
- git clone --depth=1 --branch=master https://github.com/CODES-org/CODES.git CODES-org/CODES.git
- cd CODES-org/CODES
- ./prepare.sh
- mkdir build && cd build
-../configure PKG_CONFIG_PATH=../../ROSS-org/ROSS/install/lib/pkgconfig
- make
- make tests
- make check
deploy:
- bash <(curl -s https://codecov.io/bash)
# run CODES integration testing for master branch only
after_script:
- ## the following automatically builds the doxygen
- ## documentation and pushes it to the gh_pages branch
- ## Shamelessly stolen from http://bit.ly/1H1sawW
Expand Down

0 comments on commit 7293334

Please sign in to comment.