You've already forked libadalang
mirror of
https://github.com/AdaCore/libadalang.git
synced 2026-02-12 12:28:54 -08:00
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.
7 lines
209 B
Plaintext
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")
|