summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e14af1a346bd..11dc4112f2a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ stages:
before_script:
- pacman --noconfirm -Syu
- - pacman --noconfirm -S sudo git fakeroot binutils
+ - pacman --noconfirm -S sudo git fakeroot binutils python-edalize
- useradd -m notroot
- echo "$DOSUDO" > /etc/sudoers.d/notroot
@@ -18,11 +18,6 @@ build-package:
stage: test
script:
- cd /home/notroot
- - su notroot -c "git clone https://aur.archlinux.org/python-edalize.git"
- - cd python-edalize
- - su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- - python -c 'import edalize; print("All OK")'
- - cd /home/notroot
- su notroot -c "git clone https://aur.archlinux.org/python-fusesoc.git"
- cd python-fusesoc
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"