mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-22 06:23:26 -07:00
Create .travis.yml
This commit is contained in:
parent
7e9d651b5f
commit
67a47858f0
1 changed files with 18 additions and 0 deletions
18
.travis.yml
Normal file
18
.travis.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
language: c
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
#before_install:
|
||||
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi
|
||||
#
|
||||
#install:
|
||||
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install yasm; fi
|
||||
|
||||
script:
|
||||
- make
|
Loading…
Add table
Add a link
Reference in a new issue