From 7e6b07a491a115dab7665b739e1ff9747a4ebd87 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Sun, 7 Feb 2021 19:03:49 +0100 Subject: Now actually building the source --- .gitlab-ci.yml | 5 +++-- 1 file 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: -- cgit