mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
5 lines
126 B
YAML
5 lines
126 B
YAML
os: osx
|
|
osx_image: xcode11.3
|
|
language: cpp
|
|
script: cmake -B build -DUSE_JUICE=1 -DUSE_GNUTLS=1 && cd build && make && ./tests
|