This commit is contained in:
Eric Vergnaud 2021-01-24 17:34:59 +08:00
parent 92f4c0707b
commit a5589d0dab
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export PATH=$PATH:~/.dotnet
# we need to build the runtime before test run, since we used "--no-dependencies"
# when we call dotnet cli for restore and build, in order to speed up
dotnet build -c Release -f netstandard2.0 ../runtime/CSharp/Antlr4.csproj
dotnet build -c Release -f netstandard2.0 runtime/CSharp/Antlr4.csproj
# run tests
cd runtime-testsuite/