Commit Graph

8 Commits

Author SHA1 Message Date
akscram eff7d99a5e Fix rule to skip testhal/AVR/MEGA/EXT/Makefile
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15099 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-16 19:11:07 +00:00
akscram d4aa4de53a CI: add ability to specify custom targets
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14729 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-09-03 06:54:40 +00:00
akscram 44764e1112 CI: add package attribute in testsuite
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14716 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-27 21:44:43 +00:00
akscram 054aa2026a CI: Change encoding from dos to unix
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14681 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-19 23:44:02 +00:00
akscram 3ddb05691b Add --check-rules flag to check skip rules locally
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14665 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-17 23:30:55 +00:00
akscram 54b5383a6d ci: use yaml.safe_load instead of yaml.load
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14615 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-07-24 21:10:17 +00:00
akscram cc99d468a5 ci: unpack ext deps and fix some builds
* Unpack external dependencies located under the ext/ directory before
  build projects.
* Added a mechanism to skip build failures. SPC5 projects that require
  ppc-freevle-eabi-gcc and ccppc are skipped.
* Fixed small compilation errors with undefined variables.


git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14614 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-07-24 21:03:37 +00:00
akscram bf3a0220b9 Add scripts for automation testing in Jenkins
The following targets are supported by the new makefile:

* makefiles (default) - builds all projects and stores results in the
    test_results directory, exits with non-zero code if there is at
    least one build failure.
* info - prints versions of used tools.
* lint - runs linter checks and exists with non-zero status if there
    is at leat one linter error.
* docs - builds HTML versions of docs and stores results in
    the doc_results directory.
* clean - removes test_results and doc_results directories.


git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14609 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-07-22 19:26:53 +00:00