mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-22 09:15:18 +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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue