mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 06:47: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
|
||||
- development
|
||||
- merge_requests
|
||||
tags:
|
||||
- linux
|
||||
- docker
|
||||
|
||||
# Use rustfmt to check formating of the project
|
||||
lint:fmt:
|
||||
@ -44,6 +47,9 @@ lint:fmt:
|
||||
- master
|
||||
- development
|
||||
- merge_requests
|
||||
tags:
|
||||
- linux
|
||||
- docker
|
||||
|
||||
# Use cargo to test the project
|
||||
test:cargo:
|
||||
@ -54,6 +60,9 @@ test:cargo:
|
||||
- master
|
||||
- development
|
||||
- merge_requests
|
||||
tags:
|
||||
- linux
|
||||
- docker
|
||||
|
||||
|
||||
# cache dependencies and build environment to speed up setup
|
||||
|
Loading…
Reference in New Issue
Block a user