From c2236c18c75b2be4415e409621851d4c771fad98 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 15 Sep 2015 14:10:52 +0200 Subject: [PATCH] fixed travis makefile --- .travis.yml | 8 ++++++-- README.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e09d87ae2..a27d6c0ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,14 @@ cache: - thirdparty install: - - make dependencies + - if ! [ -d thirdparty ]; then + make dependencies; + fi + script: - make build after_success: - make test + - echo -e "Host ${DEPLOY_HOST}\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config - make doc - - make deploy + - make deploy \ No newline at end of file diff --git a/README.md b/README.md index f9b65de90..3bc42f08a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is S2SS, a gateway to forward and process simulation data between real time The docuementation for this software is available at [documentation/Mainpage](documentation/Mainpage.md). -You can access the prebuild documentation at: https://46.101.131.212/s2ss/doc/. +You can access the prebuild documentation at: http://46.101.131.212/s2ss/doc/. Alternatively, you can build the documentation yourself by calling `doxygen` in this directory. ## Contact