summaryrefslogtreecommitdiffstats
path: root/util/travis_build.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-04-12Fix build detection of keymap and board changeszvecr1-4/+6
2019-02-13Remove AUTOGEN and fix Travis Compiled Push scripts (#5077)Drashna Jaelre1-6/+6
* Grab HEX and BIN files from autogen And push them to qmk.fm/compiled * Make autogen copy extension agnostic This way, when travis cl scrpit looks for hex files, it will actually grab bin files, and not hex files for ARM boards * Handle the AUTOGEN in :bin target to properly handle edge cases Both the TADA68 and ATSAM boards generate the hex file and then convert it to a bin file. The changes I made does not handle this well, at all. This removes the hex and replaces it with a bin, if a bin is normally generated. * Revert hex target to original copy command * Check hex and bin separately in compile push script Since I don't know how to script this, well * Simplify push to compiled folder * Further simplify compiled push script * Move AUTOGEN parsing to a more sane location to prevent tech debt Thanks to skully! * Remove AUTOGEN completely, as it's not needed This has the benefit of making everything super simple, since we can pull every hex and bin from the root of the qmk_firmware folder, and move that to th compiled folder. This also removes old and unneeded code, and removes some tech debt that has been accrued, without adding more, in theory.
2018-11-02Set the executable bit for sh scripts under util.Fredric Silberberg1-0/+0
2017-11-21adds planck light keyboardJack Humbert1-23/+34
2017-10-15only build default keymapsJack Humbert1-1/+1
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-4/+7
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2017-06-18Make only modified keymapsFred Sundvik1-3/+13
2017-06-18Always build everything on masterFred Sundvik1-1/+2
2017-06-18Make all subprojects when a keymap is modifiedFred Sundvik1-1/+1
2017-05-29more than one en-file, and actually ignore docsJack Humbert1-1/+1
2017-02-11don't try to build the readmeJack Humbert1-1/+1
2017-02-08accept numbers in travis buildJack Humbert1-1/+1
2017-02-07pass through travis errorsJack Humbert1-0/+4
2017-02-07variable scope fix for travisJack Humbert1-1/+1
2017-02-07correctly assign bash variableJack Humbert1-2/+2
2017-02-07try building only keyboards neededJack Humbert1-0/+18