summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-01 11:23:56 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-01 11:23:56 +0100
commit0561aa03eb9dcaf9911504e9874526f2cd8e4db3 (patch)
tree885813a711b5ef70f78577082a2b581594d0df5c /.gitlab-ci.yml
parent7877d52684f0c8084b9d36d1c279a34e9055b63e (diff)
downloadsubplot-0561aa03eb9dcaf9911504e9874526f2cd8e4db3.tar.gz
CI: Also install additional build-deps before the build
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fbe91b7..6ebd1e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,4 +6,6 @@ default:
check:
stage: test
script:
+ - sudo apt update
+ - sudo apt build-dep .
- ./check -v