diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-02 21:36:31 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-02 21:36:31 +1000 |
commit | b6edde915f4fb6d787223e9f09d99fa31f0ac97e (patch) | |
tree | afa98ce0277eaaeadb0b3f6d92aa77fe24fd6fed /.gitlab-ci.yml | |
parent | f8e36dd46eb331dd26d09a3659abd1ee94264016 (diff) |
install make
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7aae12..0e22a4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: build: stage: build script: - - apt-get update && apt-get install -y curl gnupg gdal-bin unzip wget + - apt-get update && apt-get install -y curl gnupg gdal-bin unzip wget make - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - - echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list - apt-get update && apt-get install -y yarn |