- Nov 22, 2018
-
-
Juan Carrano authored
It does not make sense to do the static tests in a diferent image than the compilation tests. This commit updates the travis config to use the riotbuild image (the same as murdock). This should fix the issues with old doxygen versions reporting issues that are not, and also simplify the CI maintainance.
-
- Dec 20, 2017
-
-
Alexandre Abadie authored
this ensure no python2 flake8 will be installed and prevent confusion with required python3 flake8
-
- Dec 15, 2017
-
-
Alexandre Abadie authored
-
- Nov 13, 2017
-
-
Alexandre Abadie authored
-
- Nov 29, 2016
-
-
Cenk Gündoğan authored
-
- Sep 11, 2016
-
-
Joakim Nohlgård authored
-
- Mar 08, 2016
-
-
Oleg Hahm authored
-
- Jan 23, 2016
-
-
Martine Lenders authored
-
- Jan 07, 2016
-
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
-
- Dec 07, 2015
-
-
Oleg Hahm authored
-
- Dec 06, 2015
-
-
Cenk Gündoğan authored
-
- Dec 03, 2015
-
-
Oleg Hahm authored
-
- Sep 04, 2015
-
-
Kaspar Schleiser authored
-
- Jul 20, 2015
-
-
Oleg Hahm authored
-
- May 28, 2015
-
-
Martine Lenders authored
-
- Apr 27, 2015
-
-
Philipp Rosenkranz authored
-
- Feb 23, 2015
-
-
Philipp Rosenkranz authored
-
- Feb 22, 2015
-
-
Philipp Rosenkranz authored
-
- Feb 19, 2015
-
-
Oleg Hahm authored
-
- Jan 14, 2015
-
-
Ludwig Knüpfer authored
-
- Dec 03, 2014
-
-
Oleg Hahm authored
-
- Dec 01, 2014
-
-
Martine Lenders authored
-
- Nov 25, 2014
-
-
Pham Huu Dang Nhat authored
-
- Nov 24, 2014
-
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
-
- Nov 20, 2014
-
-
Ludwig Knüpfer authored
-
- Nov 19, 2014
- Oct 24, 2014
-
-
Ludwig Knüpfer authored
Change Travis configuration for cppcheck to fail on new files and keep on warning about existing ones.
-
- Oct 18, 2014
-
-
Ludwig Knüpfer authored
-
- Sep 30, 2014
-
-
Hinnerk van Bruinehsen authored
-
BytesGalore authored
-
- Sep 22, 2014
-
-
Ludwig Knüpfer authored
-
- Sep 20, 2014
-
-
Ludwig Knüpfer authored
Failures are ignored for now.
-
Ludwig Knüpfer authored
This should speed up the installation process a bit.
-
- Sep 13, 2014
-
-
Martin Landsmann authored
installing the c++ headers when installing the stock cross-compiler
-
- Aug 27, 2014
-
-
Hinnerk van Bruinehsen authored
-
- Aug 21, 2014
-
-
René Kijewski authored
Some Travis CI machines have 32 CPUs. This sets our concurrency level to 33. Travis CI kills our buildtest for obvious reasons. This PR limits the concurrency level to 8 on Travis CI.
-
- Aug 11, 2014
-
-
René Kijewski authored
It can happen that two PRs don't interfere with each other in the sense that they hurt automatic rebasing, but still do not work together. The prime example is PR1 changes the API of some function that PR2 uses. If PR1 is merged, and PR2 is not rebased before merging, the error might get unnoticed before the next build. Travis CI would have have told both PR1 and PR2 are fine, but will complain (rather unnoticedly) that our master does not compile. This PR automatically rebases the PR on top of the current master, before running the tests. If the automatic rebase fails, then this is fine, because you will need to manually rebase again before merging, anyway. The manual rebase, i.e. new push, will trigger Travis CI. So, the main idea of this PR is that to can hit the "Restart Build" button in Travis CI before hitting the merge button in Github.
-