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
685da323
Commit
685da323
authored
Apr 12, 2020
by
Alexander Couzens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test local repos
Change-Id: I61c976fea63604d563757add2b40e21b3d038dc5
parent
2c24b30e
Pipeline
#498
failed with stage
in 2 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
.gitlab-ci.yml
.gitlab-ci.yml
+8
-5
No files found.
.gitlab-ci.yml
View file @
685da323
...
...
@@ -3,16 +3,19 @@ image: debian:buster
before_script
:
-
apt-get update
-
apt-get install -y dpkg-dev devscripts pbuilder wget
-
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 dahdi-source
-
apt-get install -y dpkg-dev devscripts pbuilder wget git
-
wget "https://code.fe80.eu/$CI_PROJECT_NAMESPACE/libosmocore/-/jobs/artifacts/master/download?job=build-deb" -O libosmocore.zip
-
unzip libosmocore.zip
-
cd debs/ && dpkg-scanpackages . > Packages
-
echo 'deb [trusted=yes] file://$PWD/debs ./' > /etc/apt/sources.list.d/local.list
-
apt-get update
build
:
script
:
-
unzip libosmocore.zip
-
dpkg -i debs/libosmocore*.deb
-
mk-build-deps -i
-
dpkg-buildpackage -us -uc
-
mkdir debs/
-
rm -rf debs/
-
mkdir -p debs/
-
cp ../*.deb ../*.dsc ../*.tar* ../*.buildinfo ../*changes debs/
-
ls -al ../
artifacts
:
...
...
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