Compare commits

...

1 commit

Author SHA1 Message Date
garionion
222d16dc47
[fluffychat] use own docker image 2021-08-15 20:56:34 +02:00

View file

@ -7,22 +7,16 @@ platform:
os: linux os: linux
arch: amd64 arch: amd64
steps: trigger:
- name: prepare ref:
image: archlinux:base-devel exclude:
commands: - refs/pipelines/**
- pacman -Sy git java-environment glu unzip libglvnd python --noconfirm - refs/merge-requests/**
- useradd builduser -m
- git clone https://aur.archlinux.org/flutter.git
- chown -R builduser:builduser flutter
- cd flutter && su builduser
- PKGEXT=".pkg.tar" makepkg
steps:
- name: build - name: build
image: archlinux:base-devel image: garionion/archlinux-flutter
commands: commands:
- pacman -Sy clang cmake ninja git unzip gtk3 --noconfirm
- pacman -U flutter/flutter-*-x86_64.pkg.tar --noconfirm
- sh scripts/build-linux.sh - sh scripts/build-linux.sh
- name: bundle - name: bundle