ci: add wind and mac to the end of the pipe
This commit is contained in:
parent
42f3100a28
commit
99e8652d8a
@ -50,33 +50,6 @@ test-linux:
|
|||||||
tags:
|
tags:
|
||||||
- rust-stable
|
- rust-stable
|
||||||
|
|
||||||
test-darwin:
|
|
||||||
stage: test
|
|
||||||
variables:
|
|
||||||
CARGO_TARGET: x86_64-apple-darwin
|
|
||||||
CC: gcc
|
|
||||||
CXX: g++
|
|
||||||
RUN_TESTS: "true"
|
|
||||||
script:
|
|
||||||
- scripts/gitlab/test.sh stable
|
|
||||||
tags:
|
|
||||||
- rust-osx
|
|
||||||
|
|
||||||
test-windows:
|
|
||||||
stage: test
|
|
||||||
cache:
|
|
||||||
key: "${CI_JOB_NAME}"
|
|
||||||
paths:
|
|
||||||
- "%CI_PROJECT_DIR%/target/"
|
|
||||||
- "%CI_PROJECT_DIR%/cargo/"
|
|
||||||
variables:
|
|
||||||
CARGO_TARGET: x86_64-pc-windows-msvc
|
|
||||||
RUN_TESTS: "true"
|
|
||||||
script:
|
|
||||||
- sh scripts/gitlab/test.sh stable
|
|
||||||
tags:
|
|
||||||
- rust-windows
|
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
stage: build
|
stage: build
|
||||||
only: *releaseable_branches
|
only: *releaseable_branches
|
||||||
@ -164,6 +137,33 @@ misc-android:
|
|||||||
tags:
|
tags:
|
||||||
- rust-arm
|
- rust-arm
|
||||||
|
|
||||||
|
misc-darwin:
|
||||||
|
stage: misc
|
||||||
|
variables:
|
||||||
|
CARGO_TARGET: x86_64-apple-darwin
|
||||||
|
CC: gcc
|
||||||
|
CXX: g++
|
||||||
|
RUN_TESTS: "true"
|
||||||
|
script:
|
||||||
|
- scripts/gitlab/test.sh stable
|
||||||
|
tags:
|
||||||
|
- rust-osx
|
||||||
|
|
||||||
|
misc-windows:
|
||||||
|
stage: misc
|
||||||
|
cache:
|
||||||
|
key: "${CI_JOB_NAME}"
|
||||||
|
paths:
|
||||||
|
- "%CI_PROJECT_DIR%/target/"
|
||||||
|
- "%CI_PROJECT_DIR%/cargo/"
|
||||||
|
variables:
|
||||||
|
CARGO_TARGET: x86_64-pc-windows-msvc
|
||||||
|
RUN_TESTS: "true"
|
||||||
|
script:
|
||||||
|
- sh scripts/gitlab/test.sh stable
|
||||||
|
tags:
|
||||||
|
- rust-windows
|
||||||
|
|
||||||
misc-beta:
|
misc-beta:
|
||||||
stage: misc
|
stage: misc
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user