summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 030f4af579512945e34c533aaa249a9c040b97c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: "registry.devseed.de/all-the-things/docker-archlinux"

before_script:
  - sudo pacman -Sy --noconfirm pacman-contrib

test:makepkg:
  script:
    # update package hash for integrity check
    - updpkgsums
    # Test building a source package
    - sudo -u builder makepkg -C -S --log --noconfirm
    # Test building and installing the package
    - sudo -u builder makepkg -C -i --log --noconfirm