aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62c4d17..d7549ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,12 +40,13 @@ archlinux:
stage: build
image: archlinux:latest
script:
- - "pacman -Syyu --needed --noconfirm --noprogressbar base-devel pugixml opencv pango cairo git python make clang rustup cargo pkgconf"
+ - "pacman -Syyu --needed --noconfirm --noprogressbar base-devel pugixml opencv pango cairo git python python-pip make clang rustup cargo pkgconf"
- "rustup install stable"
- "rustup default stable"
- "cargo install usvg"
- "pip install --user git+https://git.jaseg.de/pcb-tools-extension.git"
- - "pip install --user gerbolyze --no-binary gerbolyze"
+ - "python setup.py install --user"
+ - "export PATH=$HOME/.local/bin:$PATH"
- "gerbolyze --version"
source: