Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cse478
21sp
mushr478
Commits
9bac8a11
Commit
9bac8a11
authored
May 06, 2021
by
Brian Hou
Browse files
Update continuous integration testing.
Allow linter to fail. Add pipeline badge to each writeup to make grading easier.
parent
83338f3c
Pipeline
#418975
failed with stage
in 6 minutes and 5 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9bac8a11
...
...
@@ -8,6 +8,7 @@ cache:
lint
:
tags
:
[
python-ci
]
image
:
python:3.8-buster
allow_failure
:
true
script
:
-
pip3 -q install flake8 pep8-naming typing
-
python3 -m flake8
...
...
control/writeup/README.md
View file @
9bac8a11
# Project 3: Control
# Project 3: Control
[](../../../pipelines/submit-proj3/latest)
Replace this with your own writeup! Please place all figures in this directory.
introduction/writeup/README.md
View file @
9bac8a11
# Project 1: Introduction
# Project 1: Introduction
[](../../../pipelines/submit-proj1/latest)
Replace this with your own writeup!
localization/writeup/README.md
View file @
9bac8a11
# Project 2: Localization
# Project 2: Localization
[](../../../pipelines/submit-proj2/latest)
Replace this with your own writeup! Please place all figures in this directory.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment