mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 21:41:20 -07:00
removed freebsd workflow. It is not supported anymore
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
name: FreeBSD
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: macos-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: FreeBSD build
|
|
||||||
id: test
|
|
||||||
uses: vmactions/freebsd-vm@v0.1.4
|
|
||||||
with:
|
|
||||||
usesh: true
|
|
||||||
prepare: pkg install -y curl wget libssh gcc vim dbus pkgconf
|
|
||||||
run: |
|
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh && \
|
|
||||||
chmod +x /tmp/rustup.sh && \
|
|
||||||
/tmp/rustup.sh -y
|
|
||||||
. $HOME/.cargo/env
|
|
||||||
cargo build --no-default-features
|
|
||||||
cargo test --no-default-features --verbose --features github-actions
|
|
||||||
@@ -108,11 +108,6 @@
|
|||||||
src="https://github.com/veeso/termscp/workflows/Windows/badge.svg"
|
src="https://github.com/veeso/termscp/workflows/Windows/badge.svg"
|
||||||
alt="Windows CI"
|
alt="Windows CI"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://github.com/veeso/termscp/actions"
|
|
||||||
><img
|
|
||||||
src="https://github.com/veeso/termscp/workflows/FreeBSD/badge.svg"
|
|
||||||
alt="FreeBSD CI"
|
|
||||||
/></a>
|
|
||||||
<a href="https://coveralls.io/github/veeso/termscp"
|
<a href="https://coveralls.io/github/veeso/termscp"
|
||||||
><img
|
><img
|
||||||
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
||||||
|
|||||||
Reference in New Issue
Block a user