mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-07 05:18:14 +00:00
* Updates to enable Java 8, 11, and 17 builds * Set surefire args according to profile + update jacoco verison * Add comments for surefire profile args. * Temporarily skip failing test * Object based parameters ***NO_CI*** * Cleanup skipped test, move new pipeline codo * Update validator_test_case_version
17 lines
461 B
YAML
17 lines
461 B
YAML
trigger: none
|
|
|
|
pr:
|
|
- master
|
|
- release
|
|
|
|
# Different users have different machine setups, we run the build three times, on ubuntu, osx, and windows
|
|
jobs:
|
|
- template: pull-request-pipeline-parameterized.yml
|
|
parameters:
|
|
images:
|
|
- name: ubuntu-latest
|
|
jdkVersions: [ '1.8', '1.11' ]
|
|
- name: macos-latest
|
|
jdkVersions: [ '1.8', '1.11', '1.17']
|
|
- name: windows-2019
|
|
jdkVersions: [ '1.8', '1.11', '1.17'] |