1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-08 23:22:42 +00:00

CI: copy project to writeable directory before build

This commit is contained in:
Chris Josten 2021-09-06 19:33:11 +02:00
parent 47903797b0
commit 5e91a3b5b1
No known key found for this signature in database
GPG key ID: A69C050E9FD9FF6A

View file

@ -10,8 +10,9 @@ image: coderus/sailfishos-platform-sdk:$SFOS_VERSION
stage: build stage: build
artifacts: artifacts:
paths: paths:
- RPMS/* - /home/nemo/harbour-sailfin/RPMS/*
script: script:
- cp -a . /home/nemo/harbour-sailfin && cd /home/nemo/harbour-sailfin
- mb2 -t SailfishOS-$SFOS_VERSION-$MER_ARCH build - mb2 -t SailfishOS-$SFOS_VERSION-$MER_ARCH build
build:armv7hl: build:armv7hl: