pokecrystal-board/.travis.yml
mid-kid f04f31ea85 Add travis webhook for unnamed.py
(still requires setup)
2019-01-01 12:13:54 +01:00

28 lines
533 B
YAML

language: c
os:
- linux
- osx
install:
- |-
path="$(pwd)"; cd;
git clone https://github.com/rednex/rgbds &&
cd rgbds &&
sudo make install &&
cd - &&
rm -rf rgbds &&
cd "$path"
before_script:
- |-
function check_status() {
if ! git diff-index --quiet --ignore-submodules=all HEAD --; then
echo 'Uncommitted changes detected:';
git diff-index HEAD --;
return 1;
fi;
}
script:
- make -j2 compare
- check_status
after_success:
- .travis/webhook.sh