소스 검색

Add travis build file.

Paul Lietar 9 년 전
부모
커밋
3219460666
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      .travis.yml

+ 15 - 0
.travis.yml

@@ -0,0 +1,15 @@
+language: rust
+rust:
+  - nightly
+
+addons:
+  apt:
+    packages:
+      - protobuf-compiler
+      - portaudio19-dev
+
+before_install:
+    - export PATH=$HOME/.cargo/bin:$PATH
+install:
+    - cargo install --git https://github.com/stepancheg/rust-protobuf --rev 921c69b protobuf
+