mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 18:46:13 +01:00
gitlab ci
This commit is contained in:
parent
27c60938cd
commit
87ad6da745
@ -3,11 +3,8 @@
|
|||||||
# and https://docs.gitlab.com/ce/ci/yaml/README.html
|
# and https://docs.gitlab.com/ce/ci/yaml/README.html
|
||||||
|
|
||||||
# how the Docker+R images work: https://hub.docker.com/r/rocker/r-ver/
|
# how the Docker+R images work: https://hub.docker.com/r/rocker/r-ver/
|
||||||
|
|
||||||
R 3:
|
R 3:
|
||||||
image: rocker/r-ver:3 # test on R v3.*.*
|
image: rocker/r-ver:3 # test on R v3.*.*
|
||||||
variables:
|
|
||||||
- WARNINGS_ARE_ERRORS: 0
|
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
# install dependencies for package
|
# install dependencies for package
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
context("atc.R")
|
context("atc.R")
|
||||||
|
|
||||||
test_that("atc_property works", {
|
test_that("atc_property works", {
|
||||||
skip_on_cran() # relies on internet connection of server, don't test
|
#skip_on_cran() # relies on internet connection of server, don't test
|
||||||
#skip_on_appveyor() # security error on AppVeyor
|
#skip_on_appveyor() # security error on AppVeyor
|
||||||
|
|
||||||
if (!is.null(curl::nslookup("www.whocc.no", error = FALSE))) {
|
if (!is.null(curl::nslookup("www.whocc.no", error = FALSE))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user