aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-06-03 15:00:17 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-06-03 15:00:17 +0200
commit90b0101bb100f656373b07e6f534b1e909e155d3 (patch)
treefc489446f292bb3f9eaa06a68afe9674fb86ccf4
parent7f4715a0eb596613a71e987306ea5bf900361d6b (diff)
downloadallocbench-90b0101bb100f656373b07e6f534b1e909e155d3.tar.gz
allocbench-90b0101bb100f656373b07e6f534b1e909e155d3.zip
[gitlab-ci] install build depedencies
-rw-r--r--.gitlab-ci.yml7
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