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
10
10
env :
11
11
global :
12
12
- DOCKER_OPTS="--rm -ti -v $(pwd):/mnt -w /mnt"
13
- DOCKER_CNTR="rcpp/rcpp-testing "
13
+ DOCKER_CNTR="rcpp/ci "
14
14
R_BLD_CHK_OPTS="--no-build-vignettes --no-manual"
15
15
16
16
before_install :
17
17
- docker pull ${DOCKER_CNTR}
18
18
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} r -p -e 'sessionInfo()'
19
19
20
20
install :
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
22
22
- echo 'RunAllRcppTests="yes"' > ~/.Renviron
23
23
#
24
24
- 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
+
1
5
2018-09-15 Dirk Eddelbuettel <
[email protected] >
2
6
3
7
* docker/ci/Dockerfile: Move Dockerfile to docker/ci
You can’t perform that action at this time.
0 commit comments