mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-23 15:48:03 +00:00
Added .travis.yml
This commit is contained in:
4
.travis.yml
Normal file
4
.travis.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
os: osx
|
||||||
|
osx_image: xcode11.3
|
||||||
|
language: cpp
|
||||||
|
script: cmake -B build -DUSE_JUICE=1 -DUSE_GNUTLS=1 && cd build && make && ./tests
|
Reference in New Issue
Block a user