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

Commit929b8c3

Browse files
authored
Updates to CI (dotnet#4381)
* rejig mono scripts* upates to ci* upates to ci* upates to ci
1 parentb26d549 commit929b8c3

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

‎fcs/cibuild.sh‎

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

3-
#suitable for Ubuntu 16.04 - get latest Mono stable
4-
../mono/latest-mono-stable.sh
3+
#note: expects to run from top directory
4+
../mono/latest-mono-stable.sh&& \
55
./build.sh NuGet

‎mono/cibuild.sh‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
# note: expects to run from top directory
4+
# suitable for Ubuntu 16.04 - get latest Mono stable
5+
../mono/latest-mono-stable.sh&& \
6+
make Configuration=$@&& \
7+
sudo make install Configuration=$@&& \
8+
../mono/test-mono.sh

‎mono/cimake.sh‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎netci.groovy‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def static getBuildJobName(def configuration, def os) {
4747
buildCommand="build.cmd debug"
4848
}
4949
else {
50-
buildCommand="./mono/cimake.shinstall Configuration=Debug"
50+
buildCommand="./mono/cibuild.sh Debug"
5151
}
5252
}
5353
elseif (configuration=="Release_default") {
@@ -56,7 +56,7 @@ def static getBuildJobName(def configuration, def os) {
5656
buildCommand="build.cmd release"
5757
}
5858
else {
59-
buildCommand="./mono/cimake.shinstall Configuration=Release"
59+
buildCommand="./mono/cibuild.sh Release"
6060
}
6161
}
6262
elseif (configuration=="Release_net40_test") {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp