mbroemme / vdi-stream-client

VDI Stream Client is a very tiny, low latency and GPU accelerated client to connect to Windows running Parsec Host.
GNU General Public License v3.0
127 stars 8 forks source link

Travis CI for build pass validation and continuous integration testing #2

Closed mbroemme closed 3 years ago

mbroemme commented 3 years ago

This PR adds basic support for continuous integration testing using Travis CI. Currently only two scenarios are tested:

  1. Shared linking against Parsec libraries installed into system-wide library and include paths.
  2. DSO linking of Parsec library installed in source root under parsec-sdk directory.

Later we can simply extend it to do build validation testing for Windows and macOS cross compilation.