Skip to content
Snippets Groups Projects
Commit c6d4c827 authored by Brian Hou's avatar Brian Hou
Browse files

Update continuous integration.

Allow linter to fail.
Add pipeline badge to each writeup to make grading easier.
parent 83338f3c
No related branches found
No related tags found
No related merge requests found
Pipeline #418977 failed with stage
in 6 minutes and 3 seconds
...@@ -8,6 +8,7 @@ cache: ...@@ -8,6 +8,7 @@ cache:
lint: lint:
tags: [python-ci] tags: [python-ci]
image: python:3.8-buster image: python:3.8-buster
allow_failure: true
script: script:
- pip3 -q install flake8 pep8-naming typing - pip3 -q install flake8 pep8-naming typing
- python3 -m flake8 - python3 -m flake8
......
# Project 3: Control # Project 3: Control [![tests](../../../badges/submit-proj3/pipeline.svg)](../../../pipelines/submit-proj3/latest)
Replace this with your own writeup! Please place all figures in this directory. Replace this with your own writeup! Please place all figures in this directory.
# Project 1: Introduction # Project 1: Introduction [![tests](../../../badges/submit-proj1/pipeline.svg)](../../../pipelines/submit-proj1/latest)
Replace this with your own writeup! Replace this with your own writeup!
# Project 2: Localization # Project 2: Localization [![tests](../../../badges/submit-proj2/pipeline.svg)](../../../pipelines/submit-proj2/latest)
Replace this with your own writeup! Please place all figures in this directory. Replace this with your own writeup! Please place all figures in this directory.
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