From 0111ba59fad5b03a92644e146d44914f2cf6b205 Mon Sep 17 00:00:00 2001 From: Christopher Hirt Date: Sat, 7 May 2022 00:01:35 +0700 Subject: [PATCH] add speech analyzer example to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39f5a76..98afad7 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,4 @@ Github action practice repository for Language Technology conference 2022 - https://github.com/sillsdev/wesay/blob/develop/.github/workflows/PR.yml (matrix build and runs tests for Windows and Linux ) - https://github.com/sillsdev/wesay/blob/develop/.github/workflows/Installer.yml (builds a Wix installer and uploads it as a Github artifact) - https://github.com/sillsdev/Mercurial4Chorus/blob/master/.github/workflows/nuget-ci-cd.yml (builds Nuget package and publishes to Nuget using Secrets) +- https://github.com/sillsdev/SpeechAnalyzer/blob/master/.github/workflows/msbuild.yml (build Speech Analyzer - C++ - and run tests and make a installer)