Add test target for CI
This commit is contained in:
parent
b52bec9260
commit
f134a846df
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,7 @@ variables:
|
||||||
CI_REPO_HOST: ips1.ibr.cs.tu-bs.de
|
CI_REPO_HOST: ips1.ibr.cs.tu-bs.de
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- test
|
||||||
- sync
|
- sync
|
||||||
- deadlines
|
- deadlines
|
||||||
- plagiates
|
- plagiates
|
||||||
|
@ -62,3 +63,11 @@ sync:
|
||||||
|
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
|
doc:
|
||||||
|
stage: test
|
||||||
|
tags:
|
||||||
|
- abgabesystem
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue