mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
okay gitlab, be that way
This commit is contained in:
parent
38869c6623
commit
96bed54c29
@ -40,6 +40,8 @@ before_script:
|
|||||||
stage: lint
|
stage: lint
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
only:
|
only:
|
||||||
|
- main
|
||||||
|
- development
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
|
||||||
# Use clippy lints
|
# Use clippy lints
|
||||||
@ -64,6 +66,10 @@ lint:fmt:
|
|||||||
# Check if the code builds on rust stable
|
# Check if the code builds on rust stable
|
||||||
stable:build:
|
stable:build:
|
||||||
stage: build
|
stage: build
|
||||||
|
only:
|
||||||
|
- main
|
||||||
|
- development
|
||||||
|
- merge_requests
|
||||||
script:
|
script:
|
||||||
- rustc +stable --version && cargo +stable --version
|
- rustc +stable --version && cargo +stable --version
|
||||||
- echo -e "\e[0Ksection_start:`date +%s`:build_output\r\e[0KOutput of `cargo check`"
|
- echo -e "\e[0Ksection_start:`date +%s`:build_output\r\e[0KOutput of `cargo check`"
|
||||||
|
Loading…
Reference in New Issue
Block a user