Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcr-marcstevens <github@marc-stevens.nl>2017-11-14 20:41:33 +0300
committercr-marcstevens <github@marc-stevens.nl>2017-11-14 20:41:33 +0300
commit1be4df7be54d0a59dbaac131040afa816063bd26 (patch)
treeed526473c9f123e81aee866ceb8d856bfb001192
parent9cad26e9e8beac3e4f1be571f6ca04b732f536f0 (diff)
Updated travisCI script for autotools.
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e448c73..ca3924c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,10 +22,10 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libtool; fi
script:
- - make config
+ - ./configure --with-prefix=$(pwd)/local
- make
- - make test
- - cat test_*.log
+ - make install
+ - find local
notifications:
on_success: change