This repository was archived by the owner on Nov 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Continuous Linux
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+ tags :
8+ - ' *'
9+ pull_request :
10+ branches :
11+ - master
12+
13+ jobs :
14+ build :
15+ runs-on : macos-latest
16+ steps :
17+ - uses : actions/checkout@v3
18+
19+ - name : Setup dotnet
20+ uses : actions/setup-dotnet@v2
21+ with :
22+ dotnet-version : ' 6.0.x'
23+
24+ - name : Display .NET info
25+ run : dotnet --info
26+
27+ - run : |
28+ cd Src
29+ dotnet build
30+ dotnet test
Original file line number Diff line number Diff line change 44[ ![ Gitter] ( https://img.shields.io/gitter/room/nwjs/nw.js.svg )] ( https://gitter.im/MASD-Project/Lobby )
55[ ![ Continuous Linux] ( https://github.com/MASD-Project/csharp_ref_impl/actions/workflows/continuous-linux.yml/badge.svg )] ( https://github.com/MASD-Project/csharp_ref_impl/actions/workflows/continuous-linux.yml )
66[ ![ Continuous Windows] ( https://github.com/MASD-Project/csharp_ref_impl/actions/workflows/continuous-windows.yml/badge.svg )] ( https://github.com/MASD-Project/csharp_ref_impl/actions/workflows/continuous-windows.yml )
7+ [ ![ Continuous MacOS] ( https://github.com/MASD-Project/csharp_ref_impl/actions/workflows/continuous-windows.yml/badge.svg )] ( https://github.com/MASD-Project/csharp_ref_impl/actions/workflows/continuous-macos.yml )
78
89# MASD C# Reference Implementation
910
You can’t perform that action at this time.
0 commit comments