diff --git a/.travis.yml b/.travis.yml index 3a38368..fc7a43b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - tar xf cmake-3.3.2.tar.gz - cd cmake-3.3.2 - ./configure - - make -j 3 + - make -j 8 - sudo make install - cd .. diff --git a/README.md b/README.md index f9574b5..161976b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/esonghori/TinyGarble.svg?branch=develop)](https://travis-ci.org/esonghori/TinyGarble) + TinyGarble ======= TinyGarble is a full implementation of Yao's Garbled Circuit (GC) protocol for @@ -58,7 +60,7 @@ Install dependencies: g++, OpenSSL (1.0.1f <), boost(1.55.0 <), and cmake ### Compile Confing TinyGarble and then compile it in `bin` directory: ``` - $ ./config + $ ./configure $ cd bin $ make ``` diff --git a/config.sh b/configure similarity index 100% rename from config.sh rename to configure