mirror of
https://github.com/file/file.git
synced 2024-11-23 09:56:30 +08:00
travis: add osx platform test
This commit is contained in:
parent
0dde0adb50
commit
8e9094a92c
12
.travis.yml
12
.travis.yml
@ -1,11 +1,19 @@
|
||||
# $File$
|
||||
|
||||
language: c
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq automake libtool make python zlib1g-dev
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -qq automake libtool make python zlib1g-dev; fi
|
||||
|
||||
script:
|
||||
- autoreconf -f -i
|
||||
- ./configure --disable-silent-rules
|
||||
|
Loading…
Reference in New Issue
Block a user