summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-01 00:12:18 +0200
committerCayetano Santos2021-06-01 00:12:18 +0200
commit5e480000fac24b6b90f5279ae72c0d1e16323cfb (patch)
treedff6e65d9099defa2a351457fa09d37b764b1021
parentccc37ea516690d3a84c6f7316c0fb48230b6f02f (diff)
downloadaur-5e480000fac24b6b90f5279ae72c0d1e16323cfb.tar.gz
simplify ci
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08a536b22dd3..7cd62dfb735e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,5 @@ before_script:
build-package:
stage: test
script:
- - cd /home/notroot
- - su notroot -c "git clone https://aur.archlinux.org/python-cocotb-bus.git"
- - cd python-cocotb-bus
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- python -c 'import cocotb_bus; print("All OK")'