Skip to content
Snippets Groups Projects

[ci] Run on machines with the "bob" tag, closes #88

Merged André Anjos requested to merge use-bob-tag-on-ci into master
8 files
+ 27
0
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -32,6 +32,7 @@ stages:
build_linux:
extends: .build_template
tags:
- bob
- docker
image: quay.io/condaforge/linux-anvil-cos7-x86_64
cache:
@@ -41,6 +42,7 @@ build_linux:
build_macos_intel:
extends: .build_template
tags:
- bob
- macos
- intel
cache:
Loading