g-message'>fix/editing-message Mirror of https://github.com/nextcloud/spreedmatthias
summaryrefslogtreecommitdiffstats
path: root/check-simplewebrtc-bundle.sh
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 )"