mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 14:57:56 +01:00
don't try to build rust on windows
This commit is contained in:
parent
898725a96a
commit
b5bc850207
@ -33,6 +33,9 @@ lint:clippy:
|
|||||||
- master
|
- master
|
||||||
- development
|
- development
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
tags:
|
||||||
|
- linux
|
||||||
|
- docker
|
||||||
|
|
||||||
# Use rustfmt to check formating of the project
|
# Use rustfmt to check formating of the project
|
||||||
lint:fmt:
|
lint:fmt:
|
||||||
@ -44,6 +47,9 @@ lint:fmt:
|
|||||||
- master
|
- master
|
||||||
- development
|
- development
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
tags:
|
||||||
|
- linux
|
||||||
|
- docker
|
||||||
|
|
||||||
# Use cargo to test the project
|
# Use cargo to test the project
|
||||||
test:cargo:
|
test:cargo:
|
||||||
@ -54,6 +60,9 @@ test:cargo:
|
|||||||
- master
|
- master
|
||||||
- development
|
- development
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
tags:
|
||||||
|
- linux
|
||||||
|
- docker
|
||||||
|
|
||||||
|
|
||||||
# cache dependencies and build environment to speed up setup
|
# cache dependencies and build environment to speed up setup
|
||||||
|
Loading…
Reference in New Issue
Block a user