Skip to content
Snippets Groups Projects

Introduce Nox for Local and CI Test Automation. Start Writing a Contributors Guide.

Merged Frederik Hennig requested to merge fhennig/nox into v2.0-dev
3 files
+ 34
19
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
6
@@ -311,14 +311,11 @@ tests-and-coverage:
@@ -311,14 +311,11 @@ tests-and-coverage:
build-documentation:
build-documentation:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full:cupy12.3
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12
stage: docs
stage: docs
needs: []
needs: []
before_script:
- pip install -e .[doc]
script:
script:
- cd docs
- nox --session docs
- make html SPHINXOPTS="-W --keep-going"
tags:
tags:
- docker
- docker
- cuda11
- cuda11
@@ -328,7 +325,7 @@ build-documentation:
@@ -328,7 +325,7 @@ build-documentation:
pages:
pages:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
image: alpine:latest
stage: deploy
stage: deploy
needs: ["tests-and-coverage", "build-documentation"]
needs: ["tests-and-coverage", "build-documentation"]
script:
script:
Loading