소스 검색
Add TravisCI configuration
master
Joost Rijneveld
7 년 전
No known key found for this signature in database
GPG 키 ID: A4FE39CF49CBC553
1개의 변경된 파일과
7개의 추가작업 그리고
0개의 파일을 삭제
-
.travis.yml
|
|
@@ -0,0 +1,7 @@ |
|
|
|
language: c |
|
|
|
os: |
|
|
|
- linux |
|
|
|
compiler: |
|
|
|
- gcc |
|
|
|
script: |
|
|
|
- make test |