소스 검색

Add TravisCI configuration

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

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

@@ -0,0 +1,7 @@
language: c
os:
- linux
compiler:
- gcc
script:
- make test

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