summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-05-01 17:29:10 +0200
committerCayetano Santos2020-05-01 17:29:10 +0200
commit2684f284148e182105c6d587d23e18b3c53e1f0a (patch)
tree1e45b766be166caf24af9e6ae8e43bd6af1945c3
parent068a1245b2e6f1d2b011e6643fbd1fe1ade8efb5 (diff)
downloadaur-2684f284148e182105c6d587d23e18b3c53e1f0a.tar.gz
ci: fix fusesoc test command
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74d0413da4e4..b9c5e304cc60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,5 +26,5 @@ build-package:
- su notroot -c "git clone https://aur.archlinux.org/python-fusesoc.git"
- cd python-fusesoc
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- - fusesoc list
+ - fusesoc list-cores
- python -c 'import fusesoc; print("All OK")'