Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Alexander Couzens
libosmo-abis
Commits
5ea7b7e4
Commit
5ea7b7e4
authored
Apr 12, 2020
by
Alexander Couzens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: trigger congressgsm
Change-Id: I2c9790719b844a58c732411a365fcd6b62d35a0a
parent
54c919ec
Pipeline
#492
failed with stage
in 3 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
.gitlab-ci.yml
.gitlab-ci.yml
+17
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
5ea7b7e4
---
image
:
debian:buster
before_script
:
-
apt-get update
-
apt-get install -y dpkg-dev devscripts pbuilder
-
apt-get install -y build-essential git automake libdbi-dev libdbd-sqlite3 sqlite3 libsctp-dev libortp-dev libpcap-dev libc-ares-dev libtool shtool pkg-config libtalloc-dev libpcsclite-dev libgnutls28-dev libmnl-dev libssl-dev libczmq-dev libsofia-sip-ua-glib-dev libsqlite3-dev libasound2-dev libusb-1.0-0-dev doxygen
build
:
script
:
-
dpkg-buildpackage -us -uc
-
mkdir debs/
-
cp ../*.deb ../*.dsc ../*.tar* ../*.buildinfo ../*changes debs/
-
ls -al ../
artifacts
:
paths
:
-
debs/*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment