aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo (XenGi) Band <email@ricardo.band>2021-02-07 22:37:19 +0100
committerRicardo (XenGi) Band <email@ricardo.band>2021-02-07 22:37:19 +0100
commitf560923a9c82157957ebd2ab9630c438ba9aa8f4 (patch)
treeb6fe0f16c421f3cc0b53be5ac484104c42b29ceb
parent100e86539477ac13f9a07b008d621ff279b7d666 (diff)
downloadgerbolyze-f560923a9c82157957ebd2ab9630c438ba9aa8f4.tar.gz
gerbolyze-f560923a9c82157957ebd2ab9630c438ba9aa8f4.tar.bz2
gerbolyze-f560923a9c82157957ebd2ab9630c438ba9aa8f4.zip
typo
-rw-r--r--.gitlab-ci.yml13
1 files changed, 5 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d247dd..f71f51f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,36 +1,33 @@
-variablms:
- DEBIAN_FRONTEND: noninteractive
+variables:
GIT_SUBMODULE_STRATEGY: recursive
- PCB_TOOLS_EXT_DEPS: "python3-cffi python3-cairocffi python3-pycparser"
- GERBOLYZE_DEPS: "python3-numpy python3-slugify python3-lxml python3-click"
stages:
- build
debian_10:
stage: build
- image: registry.gitlab.com/gerbolyze/build-containers/debian:10
+ image: "registry.gitlab.com/gerbolyze/build-containers/debian:10"
script:
- "su - bernd -c 'python3 setup.py install --user'"
- "su - bernd -c 'gerbolyze --help'"
ubuntu_2004:
stage: build
- image: registry.gitlab.com/gerbolyze/build-containers/ubuntu:20.04
+ image: "registry.gitlab.com/gerbolyze/build-containers/ubuntu:20.04"
script:
- "su - bernd -c 'python3 setup.py install --user'"
- "su - bernd -c 'gerbolyze --help'"
fedora_33:
stage: build
- image: registry.gitlab.com/gerbolyze/build-containers/fedora:33
+ image: "registry.gitlab.com/gerbolyze/build-containers/fedora:33"
script:
- "su - bernd -c 'python3 setup.py install --user'"
- "su - bernd -c 'gerbolyze --help'"
archlinux:
stage: build
- image: registry.gitlab.com/gerbolyze/build-containers/archlinux:latest
+ image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest"
script:
- "su - bernd -c 'python setup.py install --user'"
- "su - bernd -c 'gerbolyze --help'"