try self-hosted CI for dotnet on mac OS

This commit is contained in:
Eric Vergnaud 2021-01-24 16:46:59 +08:00
parent 4d0bc718df
commit d3e2fdae79
3 changed files with 1116 additions and 1 deletions

1112
.github/scripts/install-dotnet-on-osx.sh vendored Executable file

File diff suppressed because it is too large Load Diff

View File

@ -21,3 +21,6 @@ JDK (we need a specific JDK):
- fix the JAVA_HOME mess as follows:
sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefpane
C++:
- brew install cmake

View File

@ -15,7 +15,7 @@ jobs:
# GROUP: [LEXER, PARSER, RECURSION]
# TARGET: [swift, cpp, dotnet]
GROUP: [LEXER]
TARGET: [cpp]
TARGET: [dotnet]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8