You've already forked libadalang
mirror of
https://github.com/AdaCore/libadalang.git
synced 2026-02-12 12:28:54 -08:00
Since gnatformat build failures prevent Libdalang test machines from booting, it makes sense to check that Libadalang/Langkit commits do not break gnatformat's build.
11 lines
353 B
Plaintext
11 lines
353 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")
|
|
|
|
# Build gnatformat, to ensure that Libadalang/Langkit changes do not break
|
|
# this unstabilized component.
|
|
anod_build("gnatformat")
|