mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 08:35:45 -04:00
Initial community commit
This commit is contained in:
20
Src/external_dependencies/openmpt-trunk/include/genie/.travis.yml
vendored
Normal file
20
Src/external_dependencies/openmpt-trunk/include/genie/.travis.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
language: cpp
|
||||
matrix:
|
||||
include:
|
||||
- compiler: gcc
|
||||
os: linux
|
||||
- compiler: clang
|
||||
os: osx
|
||||
|
||||
script:
|
||||
make
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
osx_image:
|
||||
xcode61
|
Reference in New Issue
Block a user