summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 9d806d43566c2f0bf8f81cdfaf24ba3b50cb75c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
default:
  image: harmathy/docker-makepkg

build:
  script:
    - sudo pacman --noconfirm -Syu
    - /bin/bash /run.sh
  after_script:
    - cp /work/*.pkg.tar.zst ./
  artifacts:
    paths:
      - "*.pkg.tar.zst"