Skip to content

Commit

Permalink
Merge pull request #11 from traversaro/dropogre112
Browse files Browse the repository at this point in the history
Remove builds with ogre 1.12
  • Loading branch information
traversaro authored Jun 7, 2023
2 parents 0fe2513 + 44f56b7 commit f8b696e
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 238 deletions.
24 changes: 6 additions & 18 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
OGRE_VERSION:
- '1.10'
c_compiler:
- gcc
c_compiler_version:
Expand Down
23 changes: 0 additions & 23 deletions .ci_support/linux_64_OGRE_VERSION1.12.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
OGRE_VERSION:
- '1.10'
c_compiler:
- gcc
c_compiler_version:
Expand Down
27 changes: 0 additions & 27 deletions .ci_support/linux_aarch64_OGRE_VERSION1.12.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
OGRE_VERSION:
- '1.10'
c_compiler:
- gcc
c_compiler_version:
Expand Down
23 changes: 0 additions & 23 deletions .ci_support/linux_ppc64le_OGRE_VERSION1.12.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
OGRE_VERSION:
- '1.10'
c_compiler:
- clang
c_compiler_version:
Expand Down
23 changes: 0 additions & 23 deletions .ci_support/osx_64_OGRE_VERSION1.12.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
OGRE_VERSION:
- '1.10'
c_compiler:
- clang
c_compiler_version:
Expand Down
23 changes: 0 additions & 23 deletions .ci_support/osx_arm64_OGRE_VERSION1.12.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
OGRE_VERSION:
- '1.10'
c_compiler:
- vs2019
channel_sources:
Expand Down
12 changes: 0 additions & 12 deletions .ci_support/win_64_OGRE_VERSION1.12.yaml

This file was deleted.

66 changes: 12 additions & 54 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions recipe/conda_build_config.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ outputs:
- libgz-plugin2
- libgz-utils2
- ogre-next
{% if OGRE_VERSION == "1.10" %}
- ogre 1.10.*
{% else %}
- ogre 1.12.*
{% endif %}
run:
- xorg-libx11 # [unix]
- xorg-libxext # [unix]
Expand Down

0 comments on commit f8b696e

Please sign in to comment.