mirror of
https://github.com/msberends/AMR.git
synced 2025-01-25 01:44:33 +01:00
forgot linux deps
This commit is contained in:
parent
7567a4d206
commit
01323283c1
@ -19,6 +19,10 @@
|
|||||||
# https://r-posts.com/gitlab-ci-for-r-package-development/
|
# https://r-posts.com/gitlab-ci-for-r-package-development/
|
||||||
|
|
||||||
image: rocker/r-base
|
image: rocker/r-base
|
||||||
|
before_script:
|
||||||
|
- apt-get update
|
||||||
|
# install dependencies for package
|
||||||
|
- apt-get -y install libxml2-dev libssl-dev libcurl4-openssl-dev zlib1g-dev
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- setup
|
- setup
|
||||||
|
Loading…
Reference in New Issue
Block a user