mirror of
https://github.com/jarun/nnn.git
synced 2024-11-04 18:33:12 +00:00
Add .travis.yml
This commit is contained in:
parent
e758ff78e5
commit
1c0c6de635
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
language: c
|
||||
matrix:
|
||||
include:
|
||||
# Access more recent gcc and clang via a Trusty image
|
||||
- os: linux
|
||||
dist: trusty
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
dist: trusty
|
||||
compiler: clang
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
- os: osx
|
||||
compiler: clang
|
||||
script:
|
||||
- make CFLAGS='-Werror'
|
||||
- make CFLAGS='-Wall -Wextra -Werror'
|
Loading…
Reference in a new issue