Skip to content
Snippets Groups Projects
Verified Commit 7e3951e1 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

[konheko] Build for armv7hl and aarch64

parent e7eb13c6
No related branches found
No related tags found
No related merge requests found
Pipeline #1109 failed
image: coderus/sailfishos-platform-sdk:4.0.1.45
cache:
key: ${CI_JOB_NAME}
......@@ -6,6 +5,7 @@ cache:
- .build/rpmbuilddir-arm/harbour-spoon-cget/
build:
image: coderus/sailfishos-platform-sdk-armv7hl:4.0.1.45
stage: build
tags: [docker]
variables:
......@@ -21,3 +21,21 @@ build:
artifacts:
paths:
- RPMS/*
build:
image: coderus/sailfishos-platform-sdk-aarch64:4.1.0.23
stage: build
tags: [docker]
variables:
GIT_FETCH_EXTRA_FLAGS: --tags
script:
- sdk-assistant list
- cp -a . /home/nemo/build
- pushd /home/nemo/build
- mb2 -t SailfishOS-4.0.1.23-aarch64 build
- popd
- mv /home/nemo/build/RPMS .
- mv /home/nemo/build/.build/ ./.build/ 2>/dev/null
artifacts:
paths:
- RPMS/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment