Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Open Source Software
Zipr Backend
Commits
5cb546c3
Commit
5cb546c3
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
refactored to support 3 OS
parent
8a957578
No related branches found
No related tags found
No related merge requests found
Pipeline
#163
failed
6 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+87
-16
87 additions, 16 deletions
.gitlab-ci.yml
with
87 additions
and
16 deletions
.gitlab-ci.yml
+
87
−
16
View file @
5cb546c3
before_script
:
-
"
source
~gitlab-runner/cicd
_
support/cicd
_
support.shinc"
-
"
source
~gitlab-runner/cicd
-
support/cicd
-
support.shinc"
after_script
:
-
"
echo
Test
Complete."
#
# building
#
do-build-ubuntu18
:
# template
.do-build
:
&do-build
stage
:
build
script
:
-
./cicd-tests/do-build.sh
# per os items
do-build-ubuntu18
:
<<
:
*do-build
tags
:
-
ubuntu18
script
:
-
./cicd_tests/do-build.sh
variables
:
OS
:
'
ubuntu18'
do-build-ubuntu16
:
stage
:
build
<<
:
*do-
build
tags
:
-
ubuntu16
script
:
-
./cicd_tests/do-build.sh
variables
:
OS
:
'
ubuntu16'
#do-build-centos75:
<<
:
*do-build
# tags:
# - centos75
# variables:
# OS: 'centos75'
#
# $PSZ ls
#
xform-ls
:
# template
.xform-ls
:
&xform-ls
stage
:
test
script
:
-
./cicd-tests/xform-ls.sh
#per OS
xform-ls-ubuntu18
:
<<
:
xform-ls
tags
:
-
ubuntu18
script
:
-
./cicd_tests/xform-ls.sh
variables
:
OS
:
'
ubuntu18'
xform-cat
:
xform-ls-ubuntu16
:
<<
:
xform-ls
tags
:
-
ubuntu16
variables
:
OS
:
'
ubuntu16'
#
# $PSZ cat
#
# template
.xform-cat
:
&xform-cat
stage
:
test
script
:
-
./cicd-tests/xform-cat.sh
xform-cat-ubuntu18
:
<<
:
*xform-cat
tags
:
-
ubuntu18
script
:
-
./cicd_tests/xform-cat.sh
variables
:
OS
:
'
ubuntu18'
#
# run zipr internal tests
#
internal-tests
:
# template
.internal-tests
:
&internal_tests
stage
:
test
script
:
-
./cicd-tests/internal-tests.sh
#per OS
internal-tests-ubuntu18
:
<< *internal-tests
tags
:
-
ubuntu18
script
:
-
./cicd_tests/internal-tests.sh
variables
:
OS
:
'
ubuntu18'
internal-tests-ubuntu16
:
<< *internal-tests
tags
:
-
ubuntu16
variables
:
OS
:
'
ubuntu16'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment