diff --git a/fcs/cibuild.sh b/fcs/cibuild.sh index f1d5a70c64fc9437970f2c6130a47d6a74fd14d2..77f614b6b24dd7e17bcfe726af456469c7a2b94c 100755 --- a/fcs/cibuild.sh +++ b/fcs/cibuild.sh @@ -1,5 +1,5 @@ #!/bin/bash # note: expects to run from top directory -#./mono/latest-mono-stable.sh +./mono/latest-mono-stable.sh ./build.sh NuGet diff --git a/mono/cibuild.sh b/mono/cibuild.sh index 120fe65cc9b7e137e2d51548f0ef086606e51ab0..e91b33e783955ff18cc197967cb3255f22845e22 100755 --- a/mono/cibuild.sh +++ b/mono/cibuild.sh @@ -1,7 +1,7 @@ #!/bin/bash # note: expects to run from top directory -#./mono/latest-mono-stable.sh -make Configuration=$@ -#sudo make install Configuration=$@ +./mono/latest-mono-stable.sh +make Configuration=$@ +#sudo make install Configuration=$@ #./mono/test-mono.sh \ No newline at end of file diff --git a/mono/test-mono.sh b/mono/test-mono.sh index 6fcb92cbe3a099fbd62cefd8ff5ef89c0a4e3953..bbcc8b8705e1f55ac3b14215b405f8a37d2a75cc 100755 --- a/mono/test-mono.sh +++ b/mono/test-mono.sh @@ -2,6 +2,7 @@ # Run some a variation of the tests/fsharp suite # Run the FSharp.Core.UnitTests suite +# note: expects to run from top directory (cd tests/projects; ./build.sh) && (cd tests/fsharp/core; ./run-opt.sh) # This currently takes too long in travis