rcsb / mmtf-cpp

The pure C++ implementation of the MMTF API, decoder and encoder.
MIT License
21 stars 24 forks source link

Danpf/msgpack lock to release #8

Closed danpf closed 6 years ago

danpf commented 6 years ago

We should lock to a msgpack release SHA instead of a 'random' SHA.

this locks us to 2.1.5

reference: #7

danpf commented 6 years ago

ohh ci! how pretty!

danpf commented 6 years ago

appveyor is broken :(

gtauriello commented 6 years ago

Hmm ok. Not so nice.

@frodofine any hope that you can have a look at what is going on there? It seems like your AppVeyor setup is struggling to checkout the git repo for testing during a pull request?

gtauriello commented 6 years ago

Ok seems to work now.

@frodofine can you confirm that my changes to the appveyor.yml make sense?

frodofine commented 6 years ago

Looks good to me.