1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-25 20:32:25 +00:00

Merge branch 'jespergravgaard-master-patch-82001' into 'master'

Fixed mkdir problem.

See merge request camelot/kickc!13
This commit is contained in:
Jesper Balman Gravgaard 2022-01-24 08:26:29 +00:00
commit ec3120fc1d

View File

@ -50,12 +50,11 @@ release:
doxygen:
stage: package
image: alpine
cache: []
script:
- apk update && apk add doxygen graphviz ttf-freefont
- pwd
- ls -l
- mkdir target
- mkdir -p target
- mkdir target/doxygen
- doxygen src/main/doxygen/doxygen.conf
- mv target/doxygen/html/ public/
@ -63,4 +62,4 @@ doxygen:
paths:
- public
only:
- master
- master