Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sso
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ai
sso
Commits
0847ed49
Commit
0847ed49
authored
Oct 19, 2016
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: initial configuration
parent
776fd411
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
.gitlab-ci.yml
.gitlab-ci.yml
+38
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
0847ed49
stages
:
-
test
-
build_src
-
build_pkg
-
upload
run_tests
:
stage
:
test
image
:
"
ai/test:base"
script
:
-
"
apt-get
install
-q
-y
autoconf
automake
libtool
pkg-config
apache2-threaded-dev
apache2-mpm-worker
swig
libpam0g-dev
python-dev
python-setuptools
python-mox
python-flask
python-flup
python-werkzeug
python-nose
python-m2crypto
python-beautifulsoup"
-
"
./autogen.sh
&&
./configure
--enable-pam-sso
--enable-mod-sso
&&
make
check"
build:src:
stage
:
build_src
image
:
"
ai/build:base"
script
:
"
build-dsc"
artifacts
:
paths
:
-
build-deb/
build:pkg:
stage
:
build_pkg
image
:
"
ai/build:base"
script
:
"
build-deb"
dependencies
:
-
build:src
artifacts
:
paths
:
-
output-deb/
upload:pkg:
stage
:
upload
image
:
"
ai/pkg:base"
script
:
"
upload-packages"
dependencies
:
-
build:pkg
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