File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ services: docker
1010env :
1111 global :
1212 - DOCKER_OPTS="--rm -ti -v $(pwd):/mnt -w /mnt"
13- DOCKER_CNTR="rcpp/rcpp-testing "
13+ DOCKER_CNTR="rcpp/ci "
1414 R_BLD_CHK_OPTS="--no-build-vignettes --no-manual"
1515
1616before_install :
1717 - docker pull ${DOCKER_CNTR}
1818 - docker run ${DOCKER_OPTS} ${DOCKER_CNTR} r -p -e 'sessionInfo()'
1919
2020install :
21- # Rcpp test runner can be forced to run more tests via this a variable
21+ # Rcpp test runner can be forced to run more tests via this variable
2222 - echo 'RunAllRcppTests="yes"' > ~/.Renviron
2323 #
2424 - docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD build ${R_BLD_CHK_OPTS} .
Original file line number Diff line number Diff line change 1+ 2018-09-17 Dirk Eddelbuettel <
[email protected] >
2+
3+ * .travis.yml (env): Switch to rcpp/ci for ci use
4+
152018-09-15 Dirk Eddelbuettel <
[email protected] >
26
37 * docker/ci/Dockerfile: Move Dockerfile to docker/ci
You can’t perform that action at this time.
0 commit comments