summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: d5094a7b6ff6567128830021ba3ca6ca01c20573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: "imrehg/archlinux-makepkg"

before_script:
- sudo pacman -Syu --noconfirm

package:
  script:
  - makepkg -s --noconfirm
  artifacts:
    paths:
    - pkg/
    - godot2-*.tar.xz
    expire_in: 2 days