mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-09 00:14:37 +00:00
e77239387c
* working on travis builds * fix * sudo * install libzip * ? * dev * hererocks * idk man * asda * reorder * source? * sudo again * etsts * why won't activate work * su * no su * manual path * whoops * use the proper build dir * set up deployment (hopefully) * proper release directory * jk what is it * should be this * forgot one Co-authored-by: duncathan <dunc@duncathan.com>
6 lines
252 B
Bash
6 lines
252 B
Bash
set -ev
|
|
|
|
if [ "$TRAVIS_EVENT_TYPE" != "cron" ]; then exit 0; fi
|
|
sudo xvfb-run --server-args="-screen 0 1024x768x24" love "releases/CaveStoryRandomizer.love" --daily
|
|
cat daily.txt
|
|
curl -H "Content-Type: application/json" -X POST -d @daily.txt "$WEBHOOK" |