Skip to content
Snippets Groups Projects
Commit 2327356f authored by Nicolas Werner's avatar Nicolas Werner Committed by Nicolas Werner
Browse files

Add basic CI

parent 4475ee24
No related branches found
No related tags found
1 merge request!1CI
image: coderus/sailfishos-platform-sdk:3.3.0.14
build:
stage: build
tags: [docker]
script:
- sdk-assistant list
- cp -a . /home/nemo/build
- pushd /home/nemo/build
- mb2 -t SailfishOS-3.3.0.14-armv7hl build
- popd
- mv /home/nemo/build/RPMS .
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