File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed 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 4
4
[ ![ Gitter] ( https://img.shields.io/gitter/room/nwjs/nw.js.svg )] ( https://gitter.im/MASD-Project/Lobby )
5
5
[ ![ 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 )
6
6
[ ![ 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 )
7
8
8
9
# MASD C# Reference Implementation
9
10
You can’t perform that action at this time.
0 commit comments