Skip to content

Commit

Permalink
Merge branch 'topic/ci_gnatcheck_testsuite_jit' into 'master'
Browse files Browse the repository at this point in the history
Enable runs of gnatcheck-testsuite in Java modes.

See merge request eng/libadalang/langkit-query-language!73
  • Loading branch information
Roldak committed Jul 18, 2023
2 parents f1d95ba + 0b49157 commit e92ee28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.plan
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ def lkql():
def lkql_jit():
install()
anod_test("lkql", qualifier="implementation=jit")
# Abstain from testing GNATcheck in the JVM-based mode to help save the
# planet: the nightly runs suffice to show that the implementation works.

def lkql_native_jit():
install()
anod_test("lkql", qualifier="implementation=native_jit")
anod_test("gnatcheck", qualifier="implementation=native_jit")

0 comments on commit e92ee28

Please sign in to comment.