summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-01 00:11:53 +0200
committerCayetano Santos2021-06-01 00:11:53 +0200
commit1af9edc30c80dd113b94e7ac393cc7023f4fc849 (patch)
tree5ad45e12beef1d6e087e2aeebf2c40ee4850390d
parent780d8f6d679bc7588d4b96a46c927d2358eee440 (diff)
downloadaur-1af9edc30c80dd113b94e7ac393cc7023f4fc849.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 1b8484d0de17..df3c5cab1b7e 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.git"
- - cd python-cocotb
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- python -c 'import cocotb; print("All OK")'