aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch from Travis CI to GitHub ActionsRangi2021-06-191-32/+0
|
* Require rgbds 0.5.1Rangi2021-05-091-1/+1
| | | | This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
* Change how Travis CI builds on macOSRangi2021-04-181-6/+6
| | | | Install an updated version of bison with brew, then build rgbds with make
* Don't let brew auto-update everything, just install rgbdsRangi2021-04-181-1/+1
|
* Install rgbds with `brew` on macOS so Travis CI will passRangi2021-04-181-3/+7
| | | | Building rgbds on macOS with `make` uses the system `bison`, which is an older version that doesn't support `-Wall`.
* Actually use rgbds 0.5.0Rangi2021-04-171-1/+1
|
* Require rgbds 0.4.2Rangi2020-12-091-1/+1
|
* rgbds has moved from rednex to gbdevRangi2020-09-151-1/+1
|
* Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)Rangi2020-07-211-1/+1
|
* Get all unnamed symbols with make DEBUG=1Rangi2020-07-071-1/+1
|
* Actually run .travis/webhook.shRangi2020-06-281-0/+5
|
* Travis builds with rgbds 0.4.0 from sourceRangi2020-06-271-10/+9
|
* faster travisyenatch2018-03-101-1/+1
|
* Update Travis configuration to use rgbds 0.3.3Pokechu222017-09-291-2/+2
|
* Update Travis configuration to use rgbds 0.3.1Antonio Niño Díaz2017-06-091-6/+6
| | | | Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
* Update Travis script to use `make compare` and rgbds v0.2.5Sanqui2017-03-201-15/+13
|
* Enable continuous integrationMathias Bynens2016-08-111-0/+26