Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7131143

Browse files
authored
get latest mono in CI (dotnet#4394)
1 parent9687654 commit7131143

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

‎fcs/cibuild.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

33
# note: expects to run from top directory
4-
#./mono/latest-mono-stable.sh
4+
./mono/latest-mono-stable.sh
55
./build.sh NuGet

‎mono/cibuild.sh‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# note: expects to run from top directory
4-
#./mono/latest-mono-stable.sh
5-
make Configuration=$@
6-
#sudo make install Configuration=$@
4+
./mono/latest-mono-stable.sh
5+
make Configuration=$@
6+
#sudo make install Configuration=$@
77
#./mono/test-mono.sh

‎mono/test-mono.sh‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Run some a variation of the tests/fsharp suite
33
# Run the FSharp.Core.UnitTests suite
44

5+
# note: expects to run from top directory
56
(cd tests/projects; ./build.sh)&&
67
(cd tests/fsharp/core; ./run-opt.sh)
78
# This currently takes too long in travis

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp