Skip to content
  1. Apr 16, 2024
  2. Apr 15, 2024
  3. Apr 14, 2024
  4. Apr 13, 2024
  5. Apr 12, 2024
    • Bruno Lopes's avatar
      gitlab-ci: Overall cosmetic change following e96b751e · dcaaf8a4
      Bruno Lopes authored
      Also, drops 'apt-cache' caching since after some experimenting with !1171
      this proved to be of little use; and reorganize some dist and analysis jobs.
      dcaaf8a4
    • Guntupalli Karunakar's avatar
      Add Hindi translation · b35a105f
      Guntupalli Karunakar authored and Administrator's avatar Administrator committed
      b35a105f
    • Bruno Lopes's avatar
      gitlab-ci: Reduce redundancy on Debian native jobs · e96b751e
      Bruno Lopes authored
      * Move common things to the new .default section extensible for all jobs
      * Reorganize order of job elements to be way more consistent and rational:
        from general (pipeline/rules) to specific (job artifacts) in a liner way
      * The order of rules was changed to be a bit more easier to understand
      - Drops 'dependencies' which is redudant, and 'needs' have more options
      - Drop apt-cache which lost use and it is sometimes troublesome to cache
      + First try to boost the use of ccache in all build jobs, when possible
      + Fix the problem of non-failing jobs introduced by !1171
      e96b751e