mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
CI: Check that version of tarball builds is not "unknown".
This commit is contained in:
parent
2d729c436d
commit
ad15055515
1 changed files with 5 additions and 0 deletions
5
.github/workflows/tarball.yml
vendored
5
.github/workflows/tarball.yml
vendored
|
|
@ -72,6 +72,11 @@ jobs:
|
|||
run: |
|
||||
echo "Building with $(nproc) threads"
|
||||
make -C tmp build -j$(nproc)
|
||||
UNKNOWN=$(./tmp/bin/signaling -version | grep unknown || true)
|
||||
if [ -n "$UNKNOWN" ]; then \
|
||||
echo "Found unknown version: $UNKNOWN"; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
test:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue