소스 검색

Add .travis.yml

master
Zhiming Wang 7 년 전
부모
커밋
1c0c6de635
No known key found for this signature in database GPG 키 ID: 5B58F95EC95965D8
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. +17
    -0
      .travis.yml

+ 17
- 0
.travis.yml 파일 보기

@@ -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'

불러오는 중...
취소
저장