mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Cleanup doxygen CI
Remove unused docker-doxygen Dockerfile. Switch scripts/run-doxygen.sh from bash to sh. Use docker.io/alpine image instead of unsupported hrektts/doxygen
This commit is contained in:
@@ -29,16 +29,17 @@ jobs:
|
||||
- name: c-docs
|
||||
image_resource:
|
||||
source:
|
||||
repository: hrektts/doxygen
|
||||
repository: alpine
|
||||
type: registry-image
|
||||
platform: linux
|
||||
run:
|
||||
path: bash
|
||||
path: sh
|
||||
args:
|
||||
- -exc
|
||||
- -ec
|
||||
- |
|
||||
apk add --no-cache doxygen git
|
||||
cd deltachat-core-rust
|
||||
bash scripts/run-doxygen.sh
|
||||
scripts/run-doxygen.sh
|
||||
cd ..
|
||||
cp -av deltachat-core-rust/deltachat-ffi/{html,xml} c-docs/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user