NREL / conan-openstudio-ruby

3 stars 5 forks source link

Add test_package that mimics our CLI #15

Closed jmarrec closed 4 years ago

jmarrec commented 5 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

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.

jmarrec commented 4 years ago

Fixed by #16 but will open another issue to determine what to do with the bundle tests on windows