Skip to content
Snippets Groups Projects
  1. Nov 22, 2018
    • Juan Carrano's avatar
      travis.yml: use the same image as Murdock. · 8808096e
      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.
      8808096e
  2. Dec 20, 2017
  3. Dec 15, 2017
  4. Nov 13, 2017
  5. Nov 29, 2016
  6. Sep 11, 2016
  7. Mar 08, 2016
  8. Jan 23, 2016
  9. Jan 07, 2016
  10. Dec 07, 2015
  11. Dec 06, 2015
  12. Dec 03, 2015
  13. Sep 04, 2015
  14. Jul 20, 2015
  15. May 28, 2015
  16. Apr 27, 2015
  17. Feb 23, 2015
  18. Feb 22, 2015
  19. Feb 19, 2015
  20. Jan 14, 2015
  21. Dec 03, 2014
  22. Dec 01, 2014
  23. Nov 25, 2014
  24. Nov 24, 2014
  25. Nov 20, 2014
  26. Nov 19, 2014
  27. Oct 24, 2014
  28. Oct 18, 2014
  29. Sep 30, 2014
  30. Sep 22, 2014
  31. Sep 20, 2014
  32. Sep 13, 2014
  33. Aug 27, 2014
  34. Aug 21, 2014
    • René Kijewski's avatar
      tests: limit concurrency level · 94b2e081
      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.
      94b2e081
  35. Aug 11, 2014
    • René Kijewski's avatar
      Travis: auto rebase on master before running · b2f819b5
      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.
      b2f819b5
Loading