소스 검색

ACTUALLY added .travis.yml

Fredrik Hultin 9 년 전
부모
커밋
8b0c0bda72
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      .travis.yml

+ 13 - 0
.travis.yml

@@ -0,0 +1,13 @@
+# This is the project file for the automated build system travis (travis-ci.com).
+language: c
+
+compiler: gcc
+
+before_install:
+	- sudo apt-get update -qq
+	- sudo apt-get install -qq libhidapi-dev
+	- ./autogen.sh
+
+install: true # skip install step
+
+script: ./configure && make