File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ branches:
1616 only :
1717 - master
1818 - develop
19+ stages :
20+ - name : after_script
21+ if : branch=master AND type=push
1922before_install :
2023 - sudo apt-add-repository -y ppa:libreoffice/libreoffice-4-2
2124 - sudo apt-get update -q
@@ -57,20 +60,19 @@ script:
5760 - CTEST_OUTPUT_ON_FAILURE=1 make test
5861 - make coveralls
5962 - cd ..
63+ - cd ..
64+ - git clone --depth=1 --branch=master https://github.com/CODES-org/CODES.git CODES-org/CODES.git
65+ - cd CODES-org/CODES
66+ - ./prepare.sh
67+ - mkdir build && cd build
68+ -../configure PKG_CONFIG_PATH=../../ROSS-org/ROSS/install/lib/pkgconfig
69+ - make
70+ - make tests
71+ - make check
6072after_success :
61- # run CODES integration testing for master branch only
62- - if : branch=master
63- - cd ..
64- - git clone --depth=1 --branch=master https://github.com/CODES-org/CODES.git CODES-org/CODES.git
65- - cd CODES-org/CODES
66- - ./prepare.sh
67- - mkdir build && cd build
68- -../configure PKG_CONFIG_PATH=../../ROSS-org/ROSS/install/lib/pkgconfig
69- - make
70- - make tests
71- - make check
72- deploy :
7373 - bash <(curl -s https://codecov.io/bash)
74+ # run CODES integration testing for master branch only
75+ after_script :
7476 - # # the following automatically builds the doxygen
7577 - # # documentation and pushes it to the gh_pages branch
7678 - # # Shamelessly stolen from http://bit.ly/1H1sawW
You can’t perform that action at this time.
0 commit comments