analogdevicesinc / libsmu

Software abstractions for the analog signal exploration tools.
http://analogdevicesinc.github.io/libsmu/
BSD 3-Clause "New" or "Revised" License
31 stars 31 forks source link

Packaging: Create .deb and .pkg for libsmu on Travis-CI #139

Closed AlexandraTrifan closed 4 years ago

AlexandraTrifan commented 4 years ago

Create some basic .deb and .pkg files using CPack in CMake. Build these packages on Travis-CI and upload them on the Release page whenever a git tag is created (a release is created). The artifacts will be .pkg for OSX 10.13 and 10.14, tar.gz for OSX 10.13 and 10.14, .deb for Ubuntu Bionic and Xenial, and tar.gz for Bionic and Xenial.

Signed-off-by: Alexandra.Trifan Alexandra.Trifan@analog.com