mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-19 18:12:15 +00:00
add travis configuration
This commit is contained in:
parent
4dbcdac7a0
commit
c3c5c8c06a
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
git:
|
||||||
|
depth: 1
|
||||||
|
|
||||||
|
os: osx
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- osx_image: xcode8
|
||||||
|
- osx_image: xcode11
|
||||||
|
|
||||||
|
language: cpp
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./build.sh
|
Loading…
Reference in a new issue