File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 26
26
- name : Solution Compilation (Windows)
27
27
if : matrix.runs-on == 'windows-latest'
28
28
run : cd tools ; ./build.cmd ; cd ..
29
+ - name : Solution Compilation (macOS)
30
+ if : matrix.runs-on == 'macos-latest'
31
+ run : make
29
32
- name : Solution Compilation (Unix)
30
- if : matrix.runs-on != 'windows -latest'
33
+ if : matrix.runs-on == 'ubuntu -latest'
31
34
run : |
32
35
sudo apt install mono-complete
33
36
make
Original file line number Diff line number Diff line change 26
26
- name : Solution Compilation (Windows)
27
27
if : matrix.runs-on == 'windows-latest'
28
28
run : cd tools ; ./build.cmd Debug ; cd ..
29
+ - name : Solution Compilation (macOS)
30
+ if : matrix.runs-on == 'macos-latest'
31
+ run : make dbg
29
32
- name : Solution Compilation (Unix)
30
- if : matrix.runs-on != 'windows -latest'
33
+ if : matrix.runs-on == 'ubuntu -latest'
31
34
run : |
32
35
sudo apt install mono-complete
33
36
make dbg
You can’t perform that action at this time.
0 commit comments