Skip to content
Snippets Groups Projects
Commit d1669341 authored by David Boddie's avatar David Boddie :speech_balloon:
Browse files

Merge branch '1-please-check-build-deps-in-ci-as-well' into 'master'

Resolve "please check build-deps in ci as well"

Closes #1

See merge request !1
parents af9eff89 dab58169
No related branches found
No related tags found
1 merge request!1Resolve "please check build-deps in ci as well"
Pipeline #48899 passed
...@@ -6,6 +6,8 @@ build_package: ...@@ -6,6 +6,8 @@ build_package:
before_script: before_script:
- apt-get -y update - apt-get -y update
- apt-get -y install devscripts debhelper python3-sphinx git meson ninja-build - apt-get -y install devscripts debhelper python3-sphinx git meson ninja-build
- apt-get -y install build-essential
- apt-get -y build-dep .
tags: tags:
- librem5 - librem5
script: script:
......
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