Closed jmarrec closed 4 years ago
Perhaps instead of waiting for things to break on OpenStudio's side, we should create a test_package (cf https://conan-docs.readthedocs.io/en/feature-cmake-toolchain-file/reference/commands/test_package.html) that would actually compile a small cpp program and link against our conan openstudio_ruby
test_package
That would automatically be run on travis/appveyor via conan-package-tools, and could help catch problems early on without having to recompile a much larger program like OpenStudio.
Fixed by #16 but will open another issue to determine what to do with the bundle tests on windows
Perhaps instead of waiting for things to break on OpenStudio's side, we should create a
test_package
(cf https://conan-docs.readthedocs.io/en/feature-cmake-toolchain-file/reference/commands/test_package.html) that would actually compile a small cpp program and link against our conan openstudio_rubyThat would automatically be run on travis/appveyor via conan-package-tools, and could help catch problems early on without having to recompile a much larger program like OpenStudio.