Files
libadalang/utils/gitlab-cb.plan
Pierre-Marie de Rodat d5362dc63c CB: build gnatformat
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.
2024-02-26 14:54:43 +00:00

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")