summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: b8b5acf932906f0faf6f10beee5864f204ecc5a3 (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/
    - r-e1071-*.tar.xz
    expire_in: 2 days