Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
e0c80d6b
Commit
e0c80d6b
authored
Apr 03, 2020
by
Ondřej Kuzník
Browse files
ITS
#6207
Add GitLab CI
parent
6d9e9e6c
Pipeline
#16
passed with stage
in 25 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
e0c80d6b
stages
:
-
build
build
:
stage
:
build
script
:
-
apt update
-
apt install -y build-essential pkg-config automake libsasl2-dev heimdal-multidev libssl-dev libltdl-dev groff-base unixodbc-dev libwiredtiger-dev libperl-dev
-
./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb
-
make depend
-
make
-
ulimit -n
4096
# back-monitor takes a while scanning a long connections array
-
make test
artifacts
:
name
:
testdir
when
:
on_failure
expire_in
:
'
1
week'
paths
:
-
tests/testrun/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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