You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+8-24Lines changed: 8 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,7 @@ deploy:
42
42
repo: FabianTerhorst/coreclr-module
43
43
condition: "$TRAVIS_OS_NAME = linux"
44
44
tags: true
45
-
branches:
46
-
only:
47
-
- master
45
+
branch: master
48
46
- provider: releases
49
47
skip_cleanup: true
50
48
api_key:
@@ -54,9 +52,7 @@ deploy:
54
52
repo: FabianTerhorst/coreclr-module
55
53
condition: "$TRAVIS_OS_NAME = windows"
56
54
tags: true
57
-
branches:
58
-
only:
59
-
- master
55
+
branch: master
60
56
- provider: releases
61
57
skip_cleanup: true
62
58
prerelease: true
@@ -67,9 +63,7 @@ deploy:
67
63
repo: FabianTerhorst/coreclr-module
68
64
condition: "$TRAVIS_OS_NAME = linux"
69
65
tags: true
70
-
branches:
71
-
only:
72
-
- dev
66
+
branch: dev
73
67
- provider: releases
74
68
skip_cleanup: true
75
69
prerelease: true
@@ -80,46 +74,36 @@ deploy:
80
74
repo: FabianTerhorst/coreclr-module
81
75
condition: "$TRAVIS_OS_NAME = windows"
82
76
tags: true
83
-
branches:
84
-
only:
85
-
- dev
77
+
branch: dev
86
78
- provider: script
87
79
skip_cleanup: true
88
80
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
89
81
on:
90
82
repo: FabianTerhorst/coreclr-module
91
83
condition: "$TRAVIS_OS_NAME = windows"
92
84
tags: true
93
-
branches:
94
-
only:
95
-
- master
85
+
branch: master
96
86
- provider: script
97
87
skip_cleanup: true
98
88
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/stable/x64_linux/libcsharp-module.so
99
89
on:
100
90
repo: FabianTerhorst/coreclr-module
101
91
condition: "$TRAVIS_OS_NAME = linux"
102
92
tags: true
103
-
branches:
104
-
only:
105
-
- master
93
+
branch: master
106
94
- provider: script
107
95
skip_cleanup: true
108
96
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
109
97
on:
110
98
repo: FabianTerhorst/coreclr-module
111
99
condition: "$TRAVIS_OS_NAME = windows"
112
100
tags: true
113
-
branches:
114
-
only:
115
-
- dev
101
+
branch: dev
116
102
- provider: script
117
103
skip_cleanup: true
118
104
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/beta/x64_linux/libcsharp-module.so
0 commit comments