Skip to content

Include license files with libssh2-sys #193

Include license files with libssh2-sys

Include license files with libssh2-sys #193

Workflow file for this run

name: linux
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
rust_toolchain: [stable, beta]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust_toolchain }}
- name: Build and test
run: |
rustc -V
cargo -V
cargo build
tests/run_integration_tests.sh
rustdoc --test README.md -L target
cargo run --manifest-path systest/Cargo.toml