Skip to content

Commit

Permalink
Modifying gitignore and adding travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijgoel007 committed Jun 16, 2018
1 parent 8bdd614 commit 238ce65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
*.gch
build
2 changes: 2 additions & 0 deletions .travis.yml
@@ -0,0 +1,2 @@
language: cpp
script: ./configure
4 changes: 4 additions & 0 deletions configure
@@ -0,0 +1,4 @@
mkdir build
cd build
cmake ..
make

0 comments on commit 238ce65

Please sign in to comment.