Skip to content
Snippets Groups Projects
Commit 6304f809 authored by Shriwise, Patrick's avatar Shriwise, Patrick Committed by Patrick Shriwise
Browse files

Add .gitlab-ci.yml file

parent 59914bee
No related branches found
No related tags found
No related merge requests found
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%"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment