Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d08b27f

Browse files
committedFeb 25, 2015
Update from Google.
-- MOE_MIGRATED_REVID=85702957
0 parents  commit d08b27f

File tree

1,640 files changed

+297151
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,640 files changed

+297151
-0
lines changed
 

‎.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/output/
2+
/bazel-*
3+
/fromhost/
4+
/base_workspace/tools/jdk/jdk
5+
/base_workspace/tools/java/ijar
6+
/base_workspace/tools/java/JavaBuilder_deploy.jar
7+
/base_workspace/tools/java/SingleJar_deploy.jar
8+
/tools

‎.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: cpp
2+
before_script:
3+
- sudo apt-get update -qq
4+
- sudo apt-get install -y protobuf-compiler libarchive-dev
5+
compiler:
6+
- clang
7+
script: ./compile.sh

0 commit comments

Comments
 (0)
Please sign in to comment.