forked from jasder/antlr
try self-hosted CI for dotnet on mac OS
This commit is contained in:
parent
4d0bc718df
commit
d3e2fdae79
File diff suppressed because it is too large
Load Diff
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue