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

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