Closed sbesson closed 7 years ago
@simleo: the last commit should be testable via https://hub.docker.com/r/snoopycrimecop/ome-files-cpp-u1604/builds/b7hyjmbxrm8snb7is7dtqth/
% docker run --rm -it snoopycrimecop/ome-files-cpp-u1604:master_merge_daily
# cd /usr/local/lib
# ls -1 libome-*
libome-common.so
libome-common.so.5.4.0
libome-files.so
libome-files.so.0.3.0
libome-xml.so
libome-xml.so.5.5.0
# cd ../bin
# ./ome-files --version
ome-files (OME Files) 0.3.0
[...]
👍
In preparation of the upcoming OME Files 0.3.0 release, this should download the sources to build the Docker images.
To test this PR, pull https://hub.docker.com/r/snoopycrimecop/ome-files-cpp-u1604/ and check that the version included is OME Files 0.3.0.
NB: one more commit or PR will be required to use the
ome-cmake-superbuild
tag once released.