From 99e8652d8a9a4afc2d380c24b049de745693a07e Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Mon, 1 Oct 2018 13:17:36 +0100 Subject: [PATCH] ci: add wind and mac to the end of the pipe --- .gitlab-ci.yml | 54 +++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cea6d49cc..c6669772b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,33 +50,6 @@ test-linux: tags: - 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: stage: build only: *releaseable_branches @@ -164,6 +137,33 @@ misc-android: tags: - 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: stage: misc variables: