Welcome to mirror list, hosted at ThFree Co, Russian Federation.

check-simplewebrtc-bundle.sh - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 224efd7d40897abe601e09e0907471d4a0b91fd2 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e

# Rebuild the bundled SimpleWebRTC
make bundle-simplewebrtc

git status

bash -c "[[ ! \"`git status --porcelain js/simplewebrtc/bundled.js`\" ]] || ( echo 'Uncommitted changes in bundled SimpleWebRTC' && exit 1 )"