ci: unify os workflows into one

This commit is contained in:
Christian Visintin
2026-06-08 09:50:18 +02:00
parent 82141e7f2b
commit 2a7d48a92b
6 changed files with 77 additions and 206 deletions

View File

@@ -26,45 +26,11 @@
<p align="center">Developed by <a href="https://veeso.me/" target="_blank">@veeso</a></p>
<p align="center">Current version: 1.0.0 2026-04-18</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"
><img
src="https://img.shields.io/crates/l/termscp.svg?logo=rust"
alt="License-MIT"
/></a>
<a href="https://github.com/veeso/termscp/stargazers"
><img
src="https://img.shields.io/github/stars/veeso/termscp?style=flat&logo=github"
alt="Repo stars"
/></a>
<a href="https://crates.io/crates/termscp"
><img
src="https://img.shields.io/crates/d/termscp.svg?logo=rust"
alt="Downloads counter"
/></a>
<a href="https://crates.io/crates/termscp"
><img
src="https://img.shields.io/crates/v/termscp.svg?logo=rust"
alt="Latest version"
/></a>
</p>
<p align="center">
<a href="https://github.com/veeso/termscp/actions/workflows/linux.yml"
><img
src="https://github.com/veeso/termscp/workflows/Linux/badge.svg?logo=github"
alt="Linux CI"
/></a>
<a href="https://github.com/veeso/termscp/actions/workflows/macos.yml"
><img
src="https://github.com/veeso/termscp/workflows/MacOS/badge.svg?logo=github"
alt="MacOS CI"
/></a>
<a href="https://github.com/veeso/termscp/actions/workflows/windows.yml"
><img
src="https://github.com/veeso/termscp/workflows/Windows/badge.svg?logo=github"
alt="Windows CI"
/></a>
</p>
[![License-MIT](https://img.shields.io/crates/l/termscp.svg?logo=rust)](https://opensource.org/licenses/MIT)
[![Repostars](https://img.shields.io/github/stars/veeso/termscp?style=flat&logo=github)](https://github.com/veeso/termscp/stargazers)
[![Downloadscounter](https://img.shields.io/crates/d/termscp.svg?logo=rust)](https://crates.io/crates/termscp)
[![Latest version](https://img.shields.io/crates/v/termscp.svg?logo=rust)](https://crates.io/crates/termscp)
[![CI](https://github.com/veeso/termscp/workflows/CI/badge.svg?logo=github)](https://github.com/veeso/termscp/actions/workflows/ci.yml)
---