master
Melroy van den Berg 2022-01-22 19:23:55 +01:00
parent 9f7b48c333
commit a3caffcbec
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ variables:
doxygen:
stage: build
script:
- ""./scripts/build-docs.sh"
- "./scripts/build-docs.sh"
artifacts:
name: Doxygen
paths:
@ -23,7 +23,7 @@ doxygen:
linux_build:
stage: build
script:
- ""./scripts/build-lnx-prod.sh"
- "./scripts/build-lnx-prod.sh"
artifacts:
name: Packages
expire_in: 4 weeks