From ac5c2046c65f9ced4e332e45705ffd5721c70a17 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Sun, 4 Oct 2020 19:40:00 +0200 Subject: ci: Format .gitlab-ci.yml --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3