Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyGriffin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
neams-workbench
PyGriffin
Commits
6304f809
Commit
6304f809
authored
3 years ago
by
Shriwise, Patrick
Committed by
Patrick Shriwise
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add .gitlab-ci.yml file
parent
59914bee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-0
18 additions, 0 deletions
.gitlab-ci.yml
with
18 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
18
−
0
View file @
6304f809
image
:
python:3.7
stages
:
-
configure
-
test
configure-job
:
stage
:
configure
script
:
-
echo "Compiling the code..."
-
echo "Compile complete."
unit-test-job
:
stage
:
test
script
:
-
echo "Running unit tests... This will take about 60 seconds."
-
sleep
10
-
echo "Code coverage is 90%"
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