summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-05-01 17:31:45 +0200
committerCayetano Santos2020-05-01 17:31:45 +0200
commit1edbd41a937ab3b7db85edd4ec9d746e238df6d4 (patch)
tree6970200b05711b996c41852a6bf52dd85761f98d
parent2684f284148e182105c6d587d23e18b3c53e1f0a (diff)
downloadaur-1edbd41a937ab3b7db85edd4ec9d746e238df6d4.tar.gz
ci: fix fusesoc test command, just show help
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b9c5e304cc60..e14af1a346bd 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-cores
+ - fusesoc -h
- python -c 'import fusesoc; print("All OK")'