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

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