summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 4710928feae7906f9c42abff462de6d4d9444e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
stages:
  - build
  - test
  - deploy

job_makepkg:
  stage: build
  script:
    - makepkg -srf --noconfirm --noprogressbar
  tags:
    - arch
    - shell