Skip to content
Snippets Groups Projects
Commit e9f0379d authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Install ninja on all Linux CIs

parent 20277868
No related branches found
No related tags found
No related merge requests found
Pipeline #17741 failed
......@@ -27,6 +27,7 @@ ubuntu:
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu
script:
- apt install -y ninja-build
- python3 -m pip install -e .
- python3 setup.py test
tags:
......@@ -45,6 +46,7 @@ conda:
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script:
- apt install -y ninja-build
- conda install pip
- pip install -e .
- python setup.py test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment