summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-11 14:27:21 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-01-11 15:06:56 +0100
commit9549da4b2bfa29519bb453a1f4fdd9baa536b57b (patch)
tree372076ef183d4a78e6874ad73d1c7b859c459149 /.gitlab-ci.yml
parent0089e35c34d81a1d5a584ac783935ddf0073bf96 (diff)
ci: Build first, then test.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 816434fa..2822342f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ test:
- rustc --version
- cargo --version
- clang --version
+ - make
- make test
- du -sh target
- du -sh cargo