summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-10-04 19:40:00 +0200
committerIgor Matuszewski <igor@sequoia-pgp.org>2020-10-04 19:40:00 +0200
commitac5c2046c65f9ced4e332e45705ffd5721c70a17 (patch)
tree641c7844854d465d31adcda3e8d16095beaf4f42
parentfbd17c8954f5b9c057c31d23e72d6606fd04662e (diff)
ci: Format .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71917687..1632cc8b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,17 +74,17 @@ rust-stable:
windows-gnu:
tags:
- - win
- - win2019
+ - win
+ - win2019
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/windows-gnu
# This job takes ~20 minutes to run, let's only execute it manually or for
# scheduled builds, otherwise this will stall MRs often not related to Windows
only:
- - /windows/i # refs containing 'windows' keyword
- - tags
- - web
- - scheduled
+ - /windows/i # refs containing 'windows' keyword
+ - tags
+ - web
+ - scheduled
before_script:
- clang -v
- rustc --version --verbose
@@ -95,12 +95,12 @@ windows-gnu:
- cargo test --manifest-path openpgp/Cargo.toml --no-default-features --features crypto-cng,compression
after_script: []
variables:
- CFLAGS: '' # Silence some C warnings when compiling under Windows
+ CFLAGS: "" # Silence some C warnings when compiling under Windows
windows-msvc:
tags:
- - win
- - win2019
+ - win
+ - win2019
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/windows-msvc
before_script:
@@ -112,7 +112,7 @@ windows-msvc:
- cargo test --manifest-path openpgp/Cargo.toml --no-default-features --features crypto-cng,compression
after_script: []
variables:
- CFLAGS: '' # Silence some C warnings when compiling with MSVC
+ CFLAGS: "" # Silence some C warnings when compiling with MSVC
variables:
DEBIAN_FRONTEND: noninteractive