]> git.codecow.com Git - Monocypher.git/commitdiff
Add badge pointing to LoupVaillant Github Actions (#2)
authorChris Fogelklou <chris.fogelklou@gmail.com>
Sat, 5 Mar 2022 06:49:07 +0000 (07:49 +0100)
committerLoup Vaillant <github-is-valid@loup-vaillant.fr>
Sun, 13 Mar 2022 09:47:57 +0000 (10:47 +0100)
* Add a comment to the ci.yml file about also running on macos.
* Add a link to the new CI badge using Github Actions.

.github/workflows/ci.yml
README.md

index f9926b762240d4644172aa95bc74214e53874e41..084d6a104eac0834d49da5fbddc96b5612b9e7eb 100644 (file)
@@ -23,7 +23,7 @@ jobs:
     name: Build monocypher and run unit tests
     strategy:
       matrix:
-        platform: [ubuntu-latest]
+        platform: [ubuntu-latest] #macos-latest could also be here, but not free for Open Source
     runs-on: ${{ matrix.platform }}
 
     steps:
index ac4a7828425a499904f37e60ec9cfe165a76de10..b0135d8e4b06b00cc45446f991874e19c3f6e89f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 [![TrustInSoft CI](https://ci.trust-in-soft.com/projects/LoupVaillant/Monocypher.svg?branch=master)](https://ci.trust-in-soft.com/projects/LoupVaillant/Monocypher)
 
+[![Github Actions CI](https://github.com/LoupVaillant/Monocypher/actions/workflows/ci.yml/badge.svg)](https://github.com/LoupVaillant/Monocypher/actions/workflows/ci.yml)
+
 
 Monocypher (Developer Edition)
 ------------------------------