Skip to content

Commit

Permalink
Added more debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbeast committed Jun 27, 2015
1 parent 34180bc commit eb0fc07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ task buildGoogleTest(type: Exec) {
def osname = System.properties['os.name'].toLowerCase().toLowerCase()

if (osname.contains('windows')) {
println "Too close for missiles switching to guns."
print "Too close for missiles switching to guns."
} else if (osname.contains('mac') ) {
print "build for mac"
build.dependsOn buildGoogleTestMac
} else {
print "Building for linux."
build.dependsOn buildGoogleTest
}
2 changes: 1 addition & 1 deletion buildGoogleTest.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cd gtest-1.7.0 && cmake . && make && mv libgtest.a ../krypto-lib/libs/googleTest/1.7.0/lib/linux/
cd gtest-1.7.0 && cmake . && make && cp libgtest.a ../krypto-lib/libs/googleTest/1.7.0/lib/linux/

0 comments on commit eb0fc07

Please sign in to comment.