Skip to content

Commit

Permalink
added sourcing of java, scala and sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Schramka committed Mar 12, 2024
1 parent 68966e9 commit ca13abc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion github-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

source "$HOME/.sdkman/bin/sdkman-init.sh"

dotnet build Antlr/
dotnet build parseStg2/
dotnet build "asn1scc.sln"
Expand All @@ -9,4 +12,6 @@ cd v4Tests || exit 1
../regression/bin/Debug/net7.0/regression -l c -ws 8 -s true -p 12 || exit 1
../regression/bin/Debug/net7.0/regression -l Ada -ws 8 -s true -p 12 || exit 1


#scala tests
cd ../PUSCScalaTest || exit 1
dotnet test || exit 1

0 comments on commit ca13abc

Please sign in to comment.