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

YES: install ninja!

parent b97fc2eb
No related branches found
No related tags found
No related merge requests found
Pipeline #17740 failed
...@@ -63,7 +63,7 @@ full: ...@@ -63,7 +63,7 @@ full:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script: script:
- apt install ninja-build - apt install -y ninja-build
- python -m pip install -e . - python -m pip install -e .
- python setup.py test - python setup.py test
- python setup.py doctest - python setup.py doctest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment