aboutsummarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: b73470e8441fb891903ad0a7375386b69c460837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
stages:
  - build

build:
  image:  archlinux/base
  only:
    - master
    - web
  script:
    - pacman -Sy --needed --noconfirm base-devel git
    - useradd -m archie
    - su archie -c "makepkg $i"
  stage: build
  tags:
    - docker