Skip to content

Commit

Permalink
reviving GLCI
Browse files Browse the repository at this point in the history
* removed 3.4.4, 3.5.0 test jobs
* updated urls to windows R binaries
* cleanup old comments
* remove docker builds
* using new lighter images
  • Loading branch information
jangorecki authored Nov 25, 2023
1 parent f8f5976 commit b34ac7b
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 181 deletions.
9 changes: 0 additions & 9 deletions .ci/Dockerfile.in

This file was deleted.

4 changes: 0 additions & 4 deletions .ci/ci.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,3 @@ function(pkgs,
dp
}

## set repositories for CI tests
if (as.logical(Sys.getenv("GITLAB_CI","false")) && identical(Sys.getenv("CI_PROJECT_NAME"), "data.table")) {
options("repos" = if (.Platform$OS.type == "windows") file.path("file://",getwd(),"bus/mirror-packages/cran") else file.path("file:", normalizePath("bus/mirror-packages/cran", mustWork=FALSE)))
}
2 changes: 1 addition & 1 deletion .ci/publish.R
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ lib.copy <- function(lib.from, repodir="bus/integration/cran"){
pkg.copy <- function(pkg.from, lib.to) {
pkg<-basename(pkg.from);
dir.create(file.path(lib.to, pkg), recursive=TRUE)
lib.dirs<-intersect(c("html","doc"), all.lib.dirs<-list.dirs(pkg.from, full.names=FALSE))
lib.dirs<-intersect(c("help","html","doc"), all.lib.dirs<-list.dirs(pkg.from, full.names=FALSE))
ans1<-setNames(file.copy(file.path(pkg.from, lib.dirs), file.path(lib.to, pkg), recursive=TRUE), lib.dirs)
lib.files<-setdiff(list.files(pkg.from), all.lib.dirs)
ans2<-setNames(file.copy(file.path(pkg.from, lib.files), file.path(lib.to, pkg)), lib.files)
Expand Down
Loading

0 comments on commit b34ac7b

Please sign in to comment.