File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - secure : Y4tbLIssPDkRQZp2lLUtou/YZr3APmhfD3o3tUcv1mqveeg6NBYZ8o6bLSULO3wdm88s1sug23VbP+Gt74XN4Ylbt4GjhKkOxvd+Vut7dR0o0cxsH372AWHYPicCOkuYAfeDK5cqxeXkGibHW1eBdduAAT82wcW5NcD9USyv9ig=
1010
1111stages :
12- - test
1312 - name : deploy
1413 if : branch = stable AND type = push
1514
@@ -23,30 +22,10 @@ before_install:
2322 # Update conda
2423 - conda update --yes conda
2524 - conda info -a
26- # Set git info
27- - git config --global user.name "Travis Deploy"
28- - git config --global user.email "rmg_dev@mit.edu"
25+
2926
3027jobs :
3128 include :
32- - stage : test
33- install :
34- # This is the RMG-database project, so need to fetch RMG-Py
35- - git clone https://github.com/ReactionMechanismGenerator/RMG-Py.git
36- - cd RMG-Py
37- - conda env create -q -f environment.yml
38- - source activate rmg_env
39- - conda list
40- # Install Q2DTor
41- - git clone -b arkanepy3 https://github.com/mjohnson541/Q2DTor.git external/Q2DTor
42- - make
43- script :
44- - make test-unittests
45- - make test-functional
46- - make test-database
47- after_success :
48- - cd $TRAVIS_BUILD_DIR
49- - bash ./deploy.sh
5029 - stage : deploy
5130 install :
5231 # Setup conda build
You can’t perform that action at this time.
0 commit comments