From 8f85d1582acd6fad94aba840ed8fba12d4545ded Mon Sep 17 00:00:00 2001 From: Daniele Pallastrelli <5451767+daniele77@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:58:39 +0200 Subject: [PATCH] Only one CI test file --- .github/workflows/{unix_ci.yml => ci.yml} | 6 +++--- .github/workflows/{win_ci.yml => win_ci.yml.disabled} | 0 README.md | 6 ++---- 3 files changed, 5 insertions(+), 7 deletions(-) rename .github/workflows/{unix_ci.yml => ci.yml} (97%) rename .github/workflows/{win_ci.yml => win_ci.yml.disabled} (100%) diff --git a/.github/workflows/unix_ci.yml b/.github/workflows/ci.yml similarity index 97% rename from .github/workflows/unix_ci.yml rename to .github/workflows/ci.yml index 7d98707..1199a7b 100644 --- a/.github/workflows/unix_ci.yml +++ b/.github/workflows/ci.yml @@ -38,9 +38,9 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up MSVC - if: runner.os == 'Windows' - uses: ilammy/msvc-dev-cmd@v1 + # - name: Set up MSVC + # if: runner.os == 'Windows' + # uses: ilammy/msvc-dev-cmd@v1 - name: Setup Cpp uses: aminya/setup-cpp@v1 diff --git a/.github/workflows/win_ci.yml b/.github/workflows/win_ci.yml.disabled similarity index 100% rename from .github/workflows/win_ci.yml rename to .github/workflows/win_ci.yml.disabled diff --git a/README.md b/README.md index 8c72e30..0ee2c43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -![C/C++ CI of Cli](https://github.com/daniele77/cli/workflows/C/C++%20CI%20of%20Cli/badge.svg) +[![CI of Cli](https://github.com/daniele77/cli/actions/workflows/ci.yml/badge.svg)](https://github.com/daniele77/cli/actions/workflows/ci.yml) [![CodeQL](https://github.com/daniele77/cli/actions/workflows/codeql.yml/badge.svg)](https://github.com/daniele77/cli/actions/workflows/codeql.yml) +[:heart: Sponsor](https://github.com/sponsors/daniele77) # cli @@ -10,9 +11,6 @@ A cross-platform header only C++14 library for interactive command line interfac ![demo_telnet_session](https://user-images.githubusercontent.com/5451767/51046612-d1dadc00-15c6-11e9-83c2-beadb3593348.gif) -![C/C++ CI of Cli](https://github.com/daniele77/cli/workflows/C/C++%20CI%20of%20Cli/badge.svg) - -[:heart: Sponsor](https://github.com/sponsors/daniele77) **IMPORTANT: Breaking API changes!** Version 2.0 of `cli` has made breaking changes in order to add more functionality. To migrate your application to new `cli` version, see the section