Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
3894d747
Commit
3894d747
authored
Apr 03, 2020
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Apr 06, 2020
Browse files
ITS#6207 Add GitLab CI
parent
4bfec018
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
3894d747
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