mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-22 01:05:17 +00:00
CI: copy project to writeable directory before build
This commit is contained in:
parent
47903797b0
commit
5e91a3b5b1
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue