File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11sudo : required
22language : python
3+ branches :
4+ only :
5+ - master
36env :
47 matrix :
58 - SLURM=19.05.0 CYTHON=0.29.14 PYTHON=3.6
@@ -14,11 +17,9 @@ services:
1417 - docker
1518before_install :
1619 - docker pull giovtorres/docker-centos7-slurm:$SLURM
17- - docker run -d -it -h ernie --name slurm-$SLURM giovtorres/docker-centos7-slurm:$SLURM
20+ - docker run -d -it -h ernie --name slurm-$SLURM -v $PWD:/pyslurm giovtorres/docker-centos7-slurm:$SLURM
1821install : true
1922before_script :
20- - docker exec slurm-$SLURM git clone https://github.com/PySlurm/pyslurm.git
21- - docker exec -e COMMIT=${TRAVIS_PULL_REQUEST_SHA:-$TRAVIS_BRANCH} slurm-$SLURM bash -c "cd /pyslurm && git checkout -qf $COMMIT"
2223 - docker exec -e PYTHON=$PYTHON -e CYTHON=$CYTHON slurm-$SLURM /pyslurm/scripts/build.sh
2324 - docker exec -e PYTHON=$PYTHON -e CYTHON=$CYTHON slurm-$SLURM /pyslurm/scripts/configure.sh
2425script :
You can’t perform that action at this time.
0 commit comments