add CI for wpamapsta

This commit is contained in:
Gitouche 2023-11-21 20:48:06 +01:00
parent 6e5927b960
commit 761920cb22
2 changed files with 16 additions and 1 deletions

View File

@ -5,7 +5,7 @@ podman_service:
stage: triggers
parallel:
matrix:
- SERVICE: [framadate, gitea, hedgedoc, jitsi, matrix, ntfy, peerjs, privatebin, seafile, vaultwarden]
- SERVICE: [framadate, gitea, hedgedoc, jitsi, matrix, ntfy, peerjs, privatebin, seafile, vaultwarden, wpamapsta]
trigger:
include: podman-${SERVICE}/.gitlab-ci.yml
strategy: depend

View File

@ -0,0 +1,15 @@
# Si besoin d'executer le before_script manuellement :
# sed -n 's/^ - \(.*\)$/\1/p' .gitlab-ci.yml | bash
before_script:
- sleep 1
wpamapsta:
stage: test
script:
- cd podman-wpamapsta
- ./ci_build-images.sh
tags:
- garbaye
- compute
- podman
- x86_64