File tree Expand file tree Collapse file tree 6 files changed +7350
-19
lines changed Expand file tree Collapse file tree 6 files changed +7350
-19
lines changed Original file line number Diff line number Diff line change 43
43
.AppleDB
44
44
.AppleDesktop
45
45
Network Trash Folder
46
- Temporary Items
46
+ Temporary Items
47
+
48
+ # Autobahn Output
49
+ autobahn /client
50
+ autobahn /server
51
+
Original file line number Diff line number Diff line change @@ -12,24 +12,10 @@ script:
12
12
- cargo bench --features nightly
13
13
14
14
after_success :
15
- - >
16
- [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && sudo pip install ghp-import urllib3[secure]
17
- - >
18
- [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && sudo apt-get install python-unittest2 && sudo pip install autobahntestsuite
19
- - >
20
- [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && {
21
- echo "Running Autobahn TestSuite for client" ;
22
- wstest -m fuzzingserver -s ./autobahn/fuzzingserver.json & FUZZINGSERVER_PID=$! ;
23
- sleep 10 ;
24
- ./target/debug/examples/autobahn-client ;
25
- kill -9 ${FUZZINGSERVER_PID} ; }
26
- - >
27
- [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && {
28
- echo "Running Autobahn TestSuite for server" ;
29
- ./target/debug/examples/autobahn-server & WSSERVER_PID=$! ;
30
- sleep 10 ;
31
- wstest -m fuzzingclient -s ./autobahn/fuzzingclient.json ;
32
- kill -9 ${WSSERVER_PID} ; }
15
+ - sudo apt-get install python-unittest2
16
+ - sudo pip install ghp-import urllib3[secure] autobahntestsuite
17
+ - echo "Running Autobahn TestSuite for client" && ./scripts/autobahn-client.sh
18
+ - echo "Running Autobahn TestSuite for server" && ./scripts/autobahn-server.sh
33
19
- >
34
20
[ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && {
35
21
echo "Building docs and gh-pages" ;
You can’t perform that action at this time.
0 commit comments