Skip to content
Snippets Groups Projects
Commit f5d6725a authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

Add gitlab-ci

parent e0ab2230
No related branches found
No related tags found
1 merge request!11Add gitlab-ci
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
stages:
- build
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get -y update
- apt-get -y install build-essential wget ca-certificates gnupg
- echo "deb http://ci.puri.sm/ scratch librem5" > /etc/apt/sources.list.d/ci.list
- wget -O- https://ci.puri.sm/ci-repo.key | apt-key add -
- apt-get -y update
- apt-get -y build-dep .
build-debian-package:
image: debian:buster
tags:
- librem5
stage: build
script:
- dpkg-buildpackage -uc -us
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