mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
we cant test without super user privs
This commit is contained in:
parent
8b10602aaa
commit
6862fa0061
2 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,6 @@ install:
|
|||
|
||||
script:
|
||||
- make build
|
||||
- make test
|
||||
|
||||
after_success:
|
||||
- echo -e "Host ${DEPLOY_HOST}\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||
|
|
4
Makefile
4
Makefile
|
@ -43,7 +43,7 @@ build: dependencies
|
|||
# Test S2SS server by running it for 3 secs
|
||||
test: build
|
||||
LD_LIBRARY_PATH=$(PREFIX)/usr/lib/ \
|
||||
timeout --signal INT 3s \
|
||||
timeout --signal INT --preserve-status 3s \
|
||||
server/server server/etc/loopback.conf || true
|
||||
|
||||
# Deploy
|
||||
|
@ -54,6 +54,6 @@ deploy: build
|
|||
rsync --archive --delete documentation/html/ $(DEPLOY_USER)@$(DEPLOY_HOST):$(DEPLOY_PATH)/doc/
|
||||
|
||||
# Generate documentation
|
||||
doc: doxygen-1.8.10
|
||||
doc: $(PREFIX)/doxygen-1.8.10
|
||||
PATH=$(PREFIX)/doxygen-1.8.10/bin/:$(PATH) \
|
||||
doxygen
|
Loading…
Add table
Reference in a new issue