summaryrefslogtreecommitdiffstats
path: root/util/travis_compiled_push.sh
Commit message (Collapse)AuthorAgeFilesLines
* CI: Add workflow for codebase formatting (#7382)Joel Challis2020-12-101-5/+0
| | | | | | | | | * Add workflow for codebase formatting * stash * review comments * Swap to a more complete push action
* CI: Add workflow for tagging essential modified files (#7384)Joel Challis2020-12-061-22/+0
| | | | | | | | | * Add workflow for tagging essential modified files * Update inline with recent actions * align rules to labeler * Update .github/workflows/auto_tag.yaml
* Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel2020-08-291-1/+1
| | | | | | | | | | | | | | | | | * Initial work for consolidation of board files and default ChibiOS configs. * Migrate F401/F411 black pills for testing. * Add early init bootloader jump flag. * Add support for I2C in order to use i2c_scanner keymap. * Add F401/F411 HSE bypass to get things booting. * Exempt "hooked" ChibiOS conf files from updater script. * Fix up ordering for bootloader_defs file check. * Match previous $(KEYBOARD_PATHS) value for Proton-C, updated for all board configs.
* Fix unknown key 'IndentPPDirectives' on CI (#7933)Joel Challis2020-01-191-1/+1
|
* Fix clang-format logic within CI (#7386)Joel Challis2019-11-221-1/+1
|
* CI - Fix change detection (#7038)Joel Challis2019-11-041-0/+1
| | | | | | * Fix travis change detection * Fix travis change detection - add back python ignore
* Prevent clang-format messing up placeholder tokens within keyboard templates ↵fauxpark2019-10-101-1/+1
| | | | | | | | | | (#6790) * Use .template file extension for keyboard template files * Filter out .template files completely before passing to clang-format * Undo file extension stuff; just ignore quantum/template dir
* Add new files to the list of files that are formatted. (#6296)skullydazed2019-08-301-4/+4
|
* Enforce clang-format (#6293)skullydazed2019-08-301-1/+2
| | | | | | * Enforce clang-format on commit for core files * forgot about tests
* Switch version incrementing to the command put together by @noroadsleft. (#6310)skullydazed2019-07-111-2/+1
| | | | | | | | * Switch version incrementing to the command put together by @noroadsleft. * Update util/travis_compiled_push.sh Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Clean up duped filenames om qmk.fm (#5822)Mikkel Jeppesen2019-05-281-2/+23
| | | Removes all binaries that don't correspond to an entry in the .keyboards file
* Remove duplication of ssh keys and fix usage on PR builds (#5013)zvecr2019-02-151-15/+1
|
* Fix travis_compiled_push.sh script issue (#5114)Drashna Jaelre2019-02-121-1/+1
| | | | | | | | * Fix travis_compiled_push.sh script issue * fix typo * properly fix push script
* Remove AUTOGEN and fix Travis Compiled Push scripts (#5077)Drashna Jaelre2019-02-121-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Improve diagnostics for build hashesYan-Fa Li2018-12-251-3/+4
|
* Set the executable bit for sh scripts under util.Fredric Silberberg2018-11-021-0/+0
|
* Hopefully fix Travis Auto-IncrementationU-LANDSRAAD\drashna2018-03-291-12/+29
| | | | | This reverts the changes in #2491, so that Travis will hopefully return to automatic incrementing. But this includes the layout and userspace excepts, as well.
* Add Layouts to exclusionU-LANDSRAAD\drashna2018-03-251-1/+1
|
* Ignore users folder for Travis taggingU-LANDSRAAD\drashna2018-03-251-4/+4
|
* Generate API docs from source code comments (#2491)skullydazed2018-03-221-26/+9
| | | | | | | | | | | | | | | | | | * Generate api docs from source code * Add a bunch of doxygen comments * more doxygen comments * Add the in-progress api docs * script to generate docs from travis * Add doc generation to the travis job * make travis_docs.sh commit the work it does * make sure the docs script exits cleanly
* update build script to not delete filesJack Humbert2017-11-171-4/+6
|
* update travis scriptJack Humbert2017-11-141-1/+1
|
* update travis scriptJack Humbert2017-11-141-3/+4
|
* fix push scriptJack Humbert2017-11-141-4/+10
|
* hack to force new tagJack Humbert2017-10-151-1/+2
|
* update travis scriptJack Humbert2017-08-241-1/+2
|
* update build scriptJack Humbert2017-08-231-10/+5
|
* move to compiled [skip ci]Jack Humbert2017-08-221-3/+3
|
* update travis scriptJack Humbert2017-08-221-2/+1
|
* attempt to fix line-ending travis stuffJack Humbert2017-08-211-1/+2
|
* update building for .hex, secrets movingJack Humbert2017-08-211-3/+3
|
* make travis convert line-endings and push a skippable commitJack Humbert2017-08-201-0/+6
|
* stop compiling ez after build, rework ssh idsJack Humbert2017-08-201-2/+2
|
* fix tag incrementJack Humbert2017-07-031-1/+2
|
* fix up travis scriptJack Humbert2017-07-021-1/+5
|
* make qmk bot do the hard workJack Humbert2017-05-301-2/+2
|
* exclude PRsJack Humbert2017-05-301-3/+6
|
* no master needed on push maybeJack Humbert2017-05-291-1/+1
|
* push to git urlJack Humbert2017-05-291-2/+2
|
* more than one en-file, and actually ignore docsJack Humbert2017-05-291-4/+2
|
* ignore docs, fix tag/hex pushingJack Humbert2017-05-281-3/+11
|
* update travis scriptJack Humbert2017-05-171-6/+7
|
* fix travis and reduce warningsJack Humbert2017-02-161-1/+1
|
* ignore PRs in versioningJack Humbert2017-02-161-1/+1
|
* pass through travis errorsJack Humbert2017-02-071-1/+1
|
* try building only keyboards neededJack Humbert2017-02-071-3/+3
|
* [skip build] testing travis scriptJack Humbert2017-02-061-1/+1
|
* [skip build] testing travis scriptJack Humbert2017-02-061-1/+2
|
* [skip build] testing travis scriptJack Humbert2017-02-061-1/+1
|
* [skip build] testing travis scriptJack Humbert2017-02-061-1/+5
|