未验证 提交 71311430 编写于 作者: D Don Syme 提交者: GitHub

get latest mono in CI (#4394)

上级 9687654b
#!/bin/bash
# note: expects to run from top directory
#./mono/latest-mono-stable.sh
./mono/latest-mono-stable.sh
./build.sh NuGet
#!/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
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册