summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2022-02-06 21:09:21 +0100
committerjaseg <git@jaseg.de>2022-02-06 21:09:21 +0100
commite03d71ef150c131886990c3bc63c13c175d10f2e (patch)
tree79c15237a81af0672106a1631548c39fd0c0b90a /.gitlab-ci.yml
parent99b51e1eced9776585c0111636504dba634e941f (diff)
downloadgerbonara-e03d71ef150c131886990c3bc63c13c175d10f2e.tar.gz
gerbonara-e03d71ef150c131886990c3bc63c13c175d10f2e.tar.bz2
gerbonara-e03d71ef150c131886990c3bc63c13c175d10f2e.zip
CI: WIPv0.9.4
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09e8316..003181e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ build:archlinux:
variables:
GIT_SUBMODULE_STRATEGY: none
script:
+ - pip3 install --user wheel
- python3 setup.py bdist_wheel
artifacts:
name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara"