don't try to build rust on windows

This commit is contained in:
Kai Kriegel 2020-09-17 13:07:04 +00:00
parent 898725a96a
commit b5bc850207

View File

@ -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