diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-03 15:00:17 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-03 15:00:17 +0200 |
| commit | 90b0101bb100f656373b07e6f534b1e909e155d3 (patch) | |
| tree | fc489446f292bb3f9eaa06a68afe9674fb86ccf4 | |
| parent | 7f4715a0eb596613a71e987306ea5bf900361d6b (diff) | |
| download | allocbench-90b0101bb100f656373b07e6f534b1e909e155d3.tar.gz allocbench-90b0101bb100f656373b07e6f534b1e909e155d3.zip | |
[gitlab-ci] install build depedencies
| -rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e451b7..bca5d71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,12 @@ image: "debian:buster-backports" +before_script: + - apt update -qq + - > + apt install -y --no-install-recommends + gcc + make + allocbench: script: make check |
