Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Libraries
libotr-next
Commits
727478c2
Commit
727478c2
authored
Nov 15, 2018
by
Jurre van Bergen
Browse files
preliminary gitlab-ci yml file
parent
0774db33
Pipeline
#1
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
727478c2
image
:
debian:stretch-slim
before_script
:
-
apt update
-
apt upgrade
-
apt install --no-install-recommends -y build-essential \
git autoconf libtool libsodium-dev automake libgcrypt20 \
libglib2.0-dev intltool libxml2-dev git libgcrypt20-dev
stages
:
-
build
-
test
building
stage
:
build
script
:
-
autoreconf --install
-
./configure
-
make
-
make install
testing
stage
:
test
script
:
-
cd tests
-
make all
-
./run.sh test_list
\ No newline at end of file
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