summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 5af12e77b9a60e3bb5e7d271b12a77298ba8c070 (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:
    - shell
    - arch