Skip to content
Snippets Groups Projects
Commit ce374b15 authored by Thibault Martin's avatar Thibault Martin
Browse files

Merge branch 'feature/blanchard/ci/manuals' into 'master'

[ci] improved manuals target

Closes #1323

See merge request frama-c/frama-c!4383
parents 101a5fb8 d2126607
No related branches found
No related tags found
No related merge requests found
......@@ -309,16 +309,32 @@ lint:
manuals:
<<: *manuals_template
except:
refs:
- schedules
variables:
- $RELEASE == "yes"
when: manual
manuals-changed:
<<: *manuals_template
only:
changes:
- doc/**/*
manuals-nightly:
<<: *manuals_template
only:
- schedules
allow_failure: true
manuals-for-release:
<<: *manuals_template
only:
variables:
- $RELEASE == "yes"
# Release artifacts
release-content:
stage: distrib
script:
......
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