3D-e-Chem / tycho-knime-node-archetype

Maven archetype for Knime node extension
Apache License 2.0
5 stars 2 forks source link

Extend travis.yml with OS X support #9

Closed sverhoeven closed 7 years ago

sverhoeven commented 7 years ago

The developed KNIME node could be run on OS X. So it should also be tested on OS X. Easiest is to use the OS X build environment of Travis-CI

See https://github.com/3D-e-Chem/knime-klifs/issues/4 for an example

sverhoeven commented 7 years ago

In src/main/resources/archetype-resources/tests/pom.xmll add a Mac OS X profile to disable the useUIThread.

Similar to https://github.com/3D-e-Chem/knime-testflow/blob/master/tests/pom.xml as described in https://github.com/3D-e-Chem/knime-testflow/issues/3