summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7cd62dfb735e..daa1718de67d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ stages:
before_script:
- pacman --noconfirm -Syu
- - pacman --noconfirm -S sudo git fakeroot binutils
+ - pacman --noconfirm -S sudo fakeroot binutils
- useradd -m notroot
- echo "$DOSUDO" > /etc/sudoers.d/notroot
@@ -21,3 +21,6 @@ build-package:
script:
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- python -c 'import cocotb_bus; print("All OK")'
+ artifacts:
+ paths:
+ - python-cocotb-bus-0.1-1-any.pkg.tar.zst