Re-enable travis
Summary: Add travis config file. Reviewed By: lucasr Differential Revision: D3649004 fbshipit-source-id: 27f257246965db473dc85ec6fed6b9a32bc8a621
This commit is contained in:
committed by
Facebook Github Bot 7
parent
cdf18b9c2b
commit
9ab97af05d
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
language:
|
||||||
|
- c
|
||||||
|
- java
|
||||||
|
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
|
install:
|
||||||
|
- git clone https://github.com/facebook/buck.git /home/ubuntu/buck
|
||||||
|
- cd /home/ubuntu/buck && ant
|
||||||
|
- buck --version
|
||||||
|
|
||||||
|
script:
|
||||||
|
- buck test //:CSSLayout
|
||||||
|
- buck test //:CSSLayout_java
|
||||||
|
- buck run //:CSSLayout:benchmark
|
Reference in New Issue
Block a user