okay gitlab, be that way

This commit is contained in:
Nadja Reitzenstein 2022-05-05 21:09:12 +02:00
parent 38869c6623
commit 96bed54c29

View File

@ -40,6 +40,8 @@ before_script:
stage: lint
allow_failure: true
only:
- main
- development
- merge_requests
# Use clippy lints
@ -64,6 +66,10 @@ lint:fmt:
# Check if the code builds on rust stable
stable:build:
stage: build
only:
- main
- development
- merge_requests
script:
- rustc +stable --version && cargo +stable --version
- echo -e "\e[0Ksection_start:`date +%s`:build_output\r\e[0KOutput of `cargo check`"