2021-09-06 17:20:00 +00:00
|
|
|
variables: &variables
|
|
|
|
SFOS_VERSION: 4.1.0.24
|
|
|
|
|
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
|
|
|
|
image: coderus/sailfishos-platform-sdk:$SFOS_VERSION
|
|
|
|
|
|
|
|
.build: &build
|
|
|
|
stage: build
|
|
|
|
artifacts:
|
|
|
|
paths:
|
2021-09-06 17:40:17 +00:00
|
|
|
- /home/defaultuser/harbour-sailfin/RPMS/*
|
2021-09-06 17:20:00 +00:00
|
|
|
script:
|
2021-09-06 17:40:17 +00:00
|
|
|
- cp -a . /home/defaultuser/harbour-sailfin && cd /home/defaultuser/harbour-sailfin
|
2021-09-06 17:20:00 +00:00
|
|
|
- mb2 -t SailfishOS-$SFOS_VERSION-$MER_ARCH build
|
|
|
|
|
|
|
|
build:armv7hl:
|
|
|
|
variables:
|
|
|
|
<<: *variables
|
|
|
|
MER_ARCH: armv7hl
|
|
|
|
<<: *build
|
|
|
|
|
|
|
|
build:aarch64:
|
|
|
|
variables:
|
|
|
|
<<: *variables
|
|
|
|
MER_ARCH: aarch64
|
|
|
|
<<: *build
|