aboutsummarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: eccd96209ad0ae0848aed62e5b1b724799739a81 (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:
    - pacman -Sy --needed --noconfirm base-devel
    - makepkg $i
  stage: build
  tags:
    - docker