90cc069132
Fixes to the installer.
5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
echo "Generating the dynamic code"
|
|
go generate
|
|
echo "Running tests"
|
|
go test -o GosoraTests
|
|
./GosoraTests |