Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f787361a authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

skip template

parent 4a26bc81
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
variables:
  GIT_SUBMODULE_STRATEGY: recursive
  CONTAINER_IMAGE: registry.gitlab.e.foundation/e/devices/easy-installer
  CONTAINER_TAG: stable

stages:
- test
@@ -7,10 +9,6 @@ stages:
- build
- publish

variables:
  CONTAINER_IMAGE: registry.gitlab.e.foundation/e/devices/easy-installer
  CONTAINER_TAG: stable

#check-version:
#  stage: test
#  variables:
@@ -86,17 +84,13 @@ build-windows:
      - Easy-installer-setup.exe
      - Easy-installer-setup.exe.sha256sum

.build-aur:
build-aur:
  image: $CONTAINER_IMAGE/aur:$CONTAINER_TAG
  stage: build
  before_script:
    - mkdir $PUBLISH_DEST && cp -a pkg/arch/. $PUBLISH_DEST
  script:
    - cd $PUBLISH_DEST && makepkg -sifc --noconfirm

build-aur:
  extends:
    - .build-aur
  environment:
    name: aur-repo
  artifacts: