diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index adce9a5..5c2a171 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,8 +8,12 @@ jobs: vmImage: ubuntu-16.04 strategy: matrix: - linux_64_: - CONFIG: linux_64_ + linux_64_ogre1.10: + CONFIG: linux_64_ogre1.10 + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_ogre1.12: + CONFIG: linux_64_ogre1.12 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 0c89240..56cc9a1 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,8 +8,11 @@ jobs: vmImage: macOS-10.15 strategy: matrix: - osx_64_: - CONFIG: osx_64_ + osx_64_ogre1.10: + CONFIG: osx_64_ogre1.10 + UPLOAD_PACKAGES: 'True' + osx_64_ogre1.12: + CONFIG: osx_64_ogre1.12 UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 1fd8ea1..8c384f8 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,8 +8,11 @@ jobs: vmImage: vs2017-win2016 strategy: matrix: - win_64_: - CONFIG: win_64_ + win_64_ogre1.10: + CONFIG: win_64_ogre1.10 + UPLOAD_PACKAGES: 'True' + win_64_ogre1.12: + CONFIG: win_64_ogre1.12 UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 variables: diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_ogre1.10.yaml similarity index 95% rename from .ci_support/linux_64_.yaml rename to .ci_support/linux_64_ogre1.10.yaml index 0f6e58e..1942bb2 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_ogre1.10.yaml @@ -14,6 +14,8 @@ cxx_compiler_version: - '9' docker_image: - quay.io/condaforge/linux-anvil-comp7 +ogre: +- '1.10' target_platform: - linux-64 zip_keys: diff --git a/.ci_support/linux_64_ogre1.12.yaml b/.ci_support/linux_64_ogre1.12.yaml new file mode 100644 index 0000000..2f66d5e --- /dev/null +++ b/.ci_support/linux_64_ogre1.12.yaml @@ -0,0 +1,25 @@ +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +ogre: +- '1.12' +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - cdt_name + - docker_image diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_ogre1.10.yaml similarity index 96% rename from .ci_support/osx_64_.yaml rename to .ci_support/osx_64_ogre1.10.yaml index 6d22761..5b09ed9 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_ogre1.10.yaml @@ -16,6 +16,8 @@ macos_machine: - x86_64-apple-darwin13.4.0 macos_min_version: - '10.14' +ogre: +- '1.10' target_platform: - osx-64 zip_keys: diff --git a/.ci_support/osx_64_ogre1.12.yaml b/.ci_support/osx_64_ogre1.12.yaml new file mode 100644 index 0000000..e5a2600 --- /dev/null +++ b/.ci_support/osx_64_ogre1.12.yaml @@ -0,0 +1,25 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.14' +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +macos_machine: +- x86_64-apple-darwin13.4.0 +macos_min_version: +- '10.14' +ogre: +- '1.12' +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_ogre1.10.yaml similarity index 90% rename from .ci_support/win_64_.yaml rename to .ci_support/win_64_ogre1.10.yaml index feb31b8..bd2baf3 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_ogre1.10.yaml @@ -6,5 +6,7 @@ channel_targets: - conda-forge main cxx_compiler: - vs2017 +ogre: +- '1.10' target_platform: - win-64 diff --git a/.ci_support/win_64_ogre1.12.yaml b/.ci_support/win_64_ogre1.12.yaml new file mode 100644 index 0000000..82b3eb0 --- /dev/null +++ b/.ci_support/win_64_ogre1.12.yaml @@ -0,0 +1,12 @@ +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +ogre: +- '1.12' +target_platform: +- win-64 diff --git a/README.md b/README.md index d73a1cd..7e4e2bb 100644 --- a/README.md +++ b/README.md @@ -27,24 +27,45 @@ Current build status
Variant | Status | |
---|---|---|
linux_64 | +linux_64_ogre1.10 | - + |
osx_64 | +linux_64_ogre1.12 | - + |
win_64 | +osx_64_ogre1.10 | - + + + | +
osx_64_ogre1.12 | ++ + + + | +|
win_64_ogre1.10 | ++ + + + | +|
win_64_ogre1.12 | ++ + |