aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-04 07:03:00 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-04 07:12:43 -0400
commit63643d21560a3d1f666ba155a599b1e593c27c9b (patch)
treefb33e9117cc9290f4d68031f3a872c31760aea61 /.gitlab-ci.yml
parent99903cde3295f938a2d0c55e3ac75895846c7324 (diff)
downloadteleterm-63643d21560a3d1f666ba155a599b1e593c27c9b.tar.gz
teleterm-63643d21560a3d1f666ba155a599b1e593c27c9b.zip
fail on warnings
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a336098..d7c8eb8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,9 @@
stages:
- build
+variables:
+ RUSTFLAGS: "-D warnings"
+
rust-latest:
stage: build
image: rust:latest