Skip to content
  • Hans-Christoph Steiner's avatar
    gitlab-ci: enable lint and run tools scripts in parallel · d4992831
    Hans-Christoph Steiner authored
    * splitting out the tools script allows less things to happen on the
      main job, and runs the tools script in parallel, which should speed
      things up.
    
    * `gradle check` also runs lint, and anything else we might add to
      that meta-target.
    
    * `gradle build` also runs tests, `gradle assemble` does not
    d4992831
Validating GitLab CI configuration… Learn more