Skip to content
Snippets Groups Projects
  1. Aug 13, 2020
  2. Jul 29, 2020
  3. Jul 06, 2020
  4. Jun 30, 2020
  5. Apr 07, 2020
  6. Mar 12, 2020
  7. Feb 28, 2020
  8. Jan 01, 2020
    • Todd Gamblin's avatar
      tests: rename checks in github actions · 9192f046
      Todd Gamblin authored
      I usually want to look at the Travis CI output, but I currently have to
      scroll down to see it. This renames checks to be a bit shorter and more
      consistent with Travis's naming, and also so that actions appear lower
      than travis and codecov in the list of checks.
      9192f046
  9. Dec 25, 2019
    • Massimiliano Culpo's avatar
      Migrate build tests from Travis to Github Actions (#13967) · 2aa8132a
      Massimiliano Culpo authored
      This PR moves build smoke tests from TravisCI and migrates them to Github Actions. The result is that build tests are performed in parallel with unit tests and they don't hog additional resources on Travis. The workflow will not run if a PR only changes packages in the built-in repository, but will always run on pushes to develop or master.
      
      * Removed build tests from Travis and passed them to Github Actions
      * Store ~/.ccache in Github Actions cache
      * Add filters on paths and make sure this workflow don't run
      * Use paths-ignore and exclude only files in the built-in repo
      * Added a badge to README.md
      2aa8132a
Loading