mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-08 16:04:30 +00:00
734f772164
* sets up travis for daily challenges * separate push from cron * whoops * windows env * i have no idea how to effectively test travis builds * sdgahhetheah * tests * possible fix * we'll get there one day * this is the one * trying something different * why not * sdgsgs * please? * yet another angle * why why hwhy why * oh ok this makes sense tho * i'm silly * aafasfadf * wtf is xvfb fr * screen? * testing something... * ? * idk man * timeout * is it a zip thing * this might be it * oh we're so close * quote? * alternate method to read * for the record i am definitely squashing before this gets merged * more tests * try something new * how bout this one. donk * to be clear i have no idea how bash syntax works * hmmmm * maybe this way * keep tryin * tst * verbosity * one last tiiiiiime, relax have a drink with me * one last tiiiime, and if we get this right * we're gonna teach em how to say goodbye * YOUUUU AND IIIIIIIII * (drum fill) * pick up a pen start writing * i wanna talk about what i have learned * the hard-won wisdom i have earned * i have no idea * lol * is it quotes' fault * stack echange blowing my mind rn * @filename be like * this is the one * should be the final update to daily * fix bash error Co-authored-by: duncathan <dunc@duncathan.com>
23 lines
1 KiB
YAML
23 lines
1 KiB
YAML
language: bash
|
|
dist: xenial
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- xvfb
|
|
|
|
services:
|
|
- xvfb
|
|
|
|
before_install:
|
|
- sudo add-apt-repository -y ppa:bartbes/love-stable
|
|
- sudo apt-get -q update
|
|
- sudo apt-get -y install love
|
|
|
|
script:
|
|
- sudo chmod u+r+x daily.sh
|
|
- sudo ./daily.sh
|
|
|
|
env:
|
|
global:
|
|
# travis encrypt WEBHOOK=<url>
|
|
- secure: "DU2Mq4FPbOidv0Go4b+2r5Vy7v0bbQo40ZZPkiwm/6nAJYkwySwVn2DyZGwh/kV4o6ZG0IgtLxPvHiF8lVZptbtkHJTt/GeokwwvsfpHJntPC9jyvXklFkkln9h2AgWrhTmFf+EYE4Mlm7FAjsr/9ZZHCuGn7wDCOBk3g4Zy7eAyKGqpYMN3296eUiZPXWtOAexmbavFI07pmu4ZyJ8K6HMmjd8YSAQpui3zJn/hMTupQm+o5s/ehZ72QnUyjRWdKvLlJCzORrajJxgYXQqLdjXVMcq4kuR4pDRnLdW9XBlAWiHOvj7wlVOUyBq2ZyhkTTNEYiQp+9UsIua1gG0hdLiOGH2ODtrb6NvQIRUfs5jE6xHmw3hQCfIe9itT+SbVQmuuTovM/MQTS/vH7k+AHtnJCGykMjAD6evNi1EkOG5oxrL7xEGPz7lzyVISoz0O4YmMWGF0qIzb68R11+Eo1URFrEUDxZc7F2kMoeAbnTxfiGABrMXrgIN7ReJhfD1z4ik6KwKBFw9AwJfldyb5w0QgqFAkkihqKGp5VbTMR6LeSN0Tq/Ic3QRvLHYt43+eoRXS4d2lvSo/0Nf7FftQPurbLI6c/r9nckwOZmjFicwYJ0Ulrbd46og74FUQZFSMcrVsiXo1PG2yTwu9bUvTBUHWdWh0o2xPpfAHbA05++c=" |