Changeset 15256


Ignore:
Timestamp:
04/20/20 05:36:05 (3 years ago)
Author:
Mark Evenson
Message:

ci: set platform-specific runtime options

Location:
trunk/abcl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/.travis.yml

    r15239 r15256  
    3434  # Ensure we can invoke ant
    3535  - . ${TRAVIS_BUILD_DIR}/ci/ensure-jenv-is-present.bash && ant abcl.diagnostic
     36  # Set build and runtime options for the JVM hosting ABCL
     37  - bash -x ./ci/create-abcl-properties.bash ${ABCL_JDK}
    3638  # Build ABCL
    3739  - . ${TRAVIS_BUILD_DIR}/ci/ensure-jenv-is-present.bash && ant abcl
Note: See TracChangeset for help on using the changeset viewer.