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

Merge branch 'feature-ci-makefile' into 'main'

Add makefile test

See merge request !112
parents aece43f8 d13d8c9e
No related branches found
No related tags found
1 merge request!112Add makefile test
Pipeline #706656 passed
......@@ -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