aisouard / libwebrtc

:package: Google's WebRTC implementation in a single static library.
https://axel.isouard.fr/libwebrtc
Apache License 2.0
641 stars 190 forks source link

Build and run a sample under Travis and Appveyor #23

Closed aisouard closed 7 years ago

aisouard commented 7 years ago

After running tests, continuous integration services should clone the libwebrtc-sample repository, compile it with the previously installed CMake package then run the sample to initiate a connection and check if everything has been linked properly.

aisouard commented 7 years ago

Testing under branch build-sample

aisouard commented 7 years ago

Almost done, appveyor is remaining.

aisouard commented 7 years ago

x86 debug finally building under Windows, I'll clean the branch then close the issue tonight.

aisouard commented 7 years ago

Merged branch build-sample into dev.