summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-04-01 18:24:53 +0200
committerIgor Matuszewski <xanewok@gmail.com>2020-04-01 20:32:38 +0000
commitfde79eec95803165c9e813bbc367fd7932df80ca (patch)
tree658aa98c88a935f6cdf76259497ea13196660e7a /.gitlab-ci.yml
parent29892caa89b6177507d147952f647d4be3fd71c1 (diff)
ci: Use self-hosted Windows instances
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 226cf79f..dace1686 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,3 @@
-.shared_windows_runners:
- tags:
- - shared-windows
- - windows
- - windows-1809
-
before_script:
- if [ -d $CARGO_TARGET_DIR ]; then find $CARGO_TARGET_DIR | wc --lines; du -sh $CARGO_TARGET_DIR; fi
- if [ -d $CARGO_HOME ]; then find $CARGO_HOME | wc --lines; du -sh $CARGO_HOME; fi
@@ -72,8 +66,9 @@ rust-stable:
RUSTFLAGS: -D warnings -A unused-parens
windows:
- extends:
- - .shared_windows_runners
+ tags:
+ - win
+ - win2019
stage: build
# This job takes ~40 minutes to run, let's only execute it manually or for
# scheduled builds, otherwise this will stall MRs often not related to Windows