.gitlab-ci.yml

This commit is contained in:
Oscar Krause 2022-12-28 15:27:16 +01:00
parent 12f661707f
commit bb43fc3f49

View File

@ -48,7 +48,8 @@ build:pamac:
- if: $CI_COMMIT_BRANCH == "archlinux-makepkg" - if: $CI_COMMIT_BRANCH == "archlinux-makepkg"
script: script:
- ls -lah - ls -lah
- makepkg - makepkg --help
- makepkg -si
- ls -lah - ls -lah
test: test: