Skip to content

Commit

Permalink
local build
Browse files Browse the repository at this point in the history
  • Loading branch information
usr3-1415 committed Jan 5, 2025
1 parent 9df7bce commit 9e818c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions local-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ cd asn1scc
git checkout $1
git pull
git rev-parse --abbrev-ref HEAD
dotnet build Antlr/
dotnet build parseStg2/
dotnet build "asn1scc.sln"
dotnet build Antlr/ || exit 1
dotnet build parseStg2/ || exit 1
dotnet build "asn1scc.sln" || exit 1
cd v4Tests || exit 1
../regression/bin/Debug/net7.0/regression -l c -ws 4 -s false -p 48 || exit 1
../regression/bin/Debug/net7.0/regression -l Ada -ws 4 -s false -p 48 || exit 1
Expand Down

0 comments on commit 9e818c2

Please sign in to comment.