mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fixed travis makefile
This commit is contained in:
parent
bac5644b9e
commit
c2236c18c7
2 changed files with 7 additions and 3 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue