Now actually building the source

wip
Ricardo (XenGi) Band 2021-02-07 19:03:49 +01:00
rodzic 2fd7045c82
commit 7e6b07a491
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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: