mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
whoops
This commit is contained in:
parent
2a1e4c59bc
commit
938e1ade28
@ -43,7 +43,7 @@ lint:clippy:
|
|||||||
script:
|
script:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy -V
|
- cargo clippy -V
|
||||||
- echo -e "\e[0Ksection_start:`date +%s`:clippy_output\r\e[0K`cargo clippy` output"
|
- echo -e "\e[0Ksection_start:`date +%s`:clippy_output\r\e[0Kcargo clippy output"
|
||||||
- cargo clippy -- --no-deps
|
- cargo clippy -- --no-deps
|
||||||
- echo -e "\e[0Ksection_end:`date +%s`:clippy_output\r\e[0K"
|
- echo -e "\e[0Ksection_end:`date +%s`:clippy_output\r\e[0K"
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ stable:build:
|
|||||||
- merge_requests
|
- merge_requests
|
||||||
script:
|
script:
|
||||||
- rustc +stable --version && cargo --version
|
- rustc +stable --version && cargo --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"
|
||||||
- cargo check --verbose
|
- cargo check --verbose
|
||||||
- echo -e "\e[0Ksection_end:`date +%s`:build_output\r\e[0K"
|
- echo -e "\e[0Ksection_end:`date +%s`:build_output\r\e[0K"
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ stable:test:
|
|||||||
- development
|
- development
|
||||||
- merge_requests
|
- merge_requests
|
||||||
script:
|
script:
|
||||||
- echo -e "\e[0Ksection_start:`date +%s`:build_output\r\e[0KOutput of `cargo test --no-run`"
|
- echo -e "\e[0Ksection_start:`date +%s`:build_output\r\e[0KOutput of cargo test --no-run"
|
||||||
- cargo test --verbose --no-run --workspace
|
- cargo test --verbose --no-run --workspace
|
||||||
- echo -e "\e[0Ksection_end:`date +%s`:build_output\r\e[0K"
|
- echo -e "\e[0Ksection_end:`date +%s`:build_output\r\e[0K"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user