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

build:
  image:  archlinux/base
  only:
    - master
    - web
  script:
    - yes | pacman -Sy base-devel
    - makepkg $i
  stage: build
  tags:
    - docker