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
1 changed files with 2 additions and 1 deletions

View File

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