Skip to content
Snippets Groups Projects
Commit d13d8c9e authored by James Kennington's avatar James Kennington
Browse files

Add makefile test

parent aece43f8
No related branches found
No related tags found
1 merge request!112Add makefile test
......@@ -35,4 +35,15 @@ python_test:
- |
pip install -r build_requirements.txt
check_makefile:
image: python:3.9
stage: test
script:
- apt-get update
- apt-get install make
- apt-get install -yqq graphviz
- echo "Installing SGN Family libraries"
|
pip install -r build_requirements.txt
- pip3 install ".[dev]"
- make all
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