Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Autobahn Scripts #165

Merged
merged 3 commits into from Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Expand Up @@ -79,16 +79,8 @@ jobs:
with:
rust-version: ${{ matrix.rust }}

- name: Install dependencies
run: |
sudo apt-get install libssl-dev python-unittest2
sudo pip install urllib3[secure] autobahntestsuite
- name: Build Autobahn TestSuite for client
run: cargo build --release --example autobahn-client

- name: Build Autobahn TestSuite for server
run: cargo build --release --example autobahn-server
- name: Install and configure docker
uses: docker-practice/actions-setup-docker@v1

- name: Running Autobahn TestSuite for client
run: ./scripts/autobahn-client.sh
Expand Down
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

File renamed without changes.