mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
908a5d7dc3 |
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