Vindaar / nimhdf5

Wrapper and some simple high-level bindings for the HDF5 library for the Nim language
MIT License
28 stars 2 forks source link

Setup travis CI #19

Open Vindaar opened 6 years ago

Vindaar commented 6 years ago

Setup travis CI. We should make sure to test all supported HDF5 versions.

See h5py travis setup and especially the script to download the HDF5 source: https://github.com/h5py/h5py/blob/master/ci/travis/get_hdf5_if_needed.sh

Vindaar commented 5 years ago

CI has been added in https://github.com/Vindaar/nimhdf5/pull/22, however we currently only test

Before we close this, the upper two should be addressed.