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
Compare revisions
65e9c90cdbdad2b226d323ace514cdf764b156c6 to 8a957578604c3f8e64a1b7930e760a26cac29b7d
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
opensrc/zipr-be
Select target project
No results found
8a957578604c3f8e64a1b7930e760a26cac29b7d
Select Git revision
Swap
Target
opensrc/zipr-be
Select target project
No results found
65e9c90cdbdad2b226d323ace514cdf764b156c6
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
working on regressing multiple OS
· 8a957578
Jason Hiser
authored
6 years ago
8a957578
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-1
8 additions, 1 deletion
.gitlab-ci.yml
with
8 additions
and
1 deletion
.gitlab-ci.yml
View file @
8a957578
...
...
@@ -7,13 +7,20 @@ after_script:
do-build
:
do-build
-ubuntu18
:
stage
:
build
tags
:
-
ubuntu18
script
:
-
./cicd_tests/do-build.sh
do-build-ubuntu16
:
stage
:
build
tags
:
-
ubuntu16
script
:
-
./cicd_tests/do-build.sh
xform-ls
:
stage
:
test
tags
:
...
...
This diff is collapsed.
Click to expand it.