Files
libadalang/utils/gitlab-cb.plan
Pierre-Marie de Rodat a610c2c4db gitlab-ci.plan: do not build gnatformat explicitly
Nowadays, GNATformat is part of GNAT, so just having an explicit build
of GNAT with the `--smart-rebuild` anod option and `gnatformat-edge` in
`anod vcs` is enough to trigger its build.

Note that since GNATformat has been stabilized, its build on the safe
track does *not* use the Libadalang wavefront, making the current
duplicated build useless.
2025-07-08 14:50:54 +02:00

7 lines
209 B
Plaintext

def run_cb():
# Make sure the GNAT package can still build with all these changes
anod_build("gnat")
# Also build the customer-facing Libadalang package
anod_build("libadalang_for_customers")