Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Squashed 'protocol/' content from commit 8a9ef78
Browse files Browse the repository at this point in the history
git-subtree-dir: protocol
git-subtree-split: 8a9ef78
  • Loading branch information
ithinker1991 committed Apr 12, 2018
0 parents commit e590b42
Show file tree
Hide file tree
Showing 12 changed files with 2,150 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# IDEA
.idea
*iml
.DS_Store
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: ruby

cache:
directories:
- $HOME/protobuf

sudo: false

before_install:
- bash install-protobuf.sh

# check what has been installed by listing contents of protobuf folder
before_script:
- ls -R $HOME/protobuf

# let's use protobuf
script:
- $HOME/protobuf/bin/protoc --java_out=./ ./core/*.proto ./api/*.proto
- ls -l
Loading

0 comments on commit e590b42

Please sign in to comment.