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
+24-8Lines changed: 24 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,9 @@ deploy:
42
42
repo: FabianTerhorst/coreclr-module
43
43
condition: "$TRAVIS_OS_NAME = linux"
44
44
tags: true
45
-
branch: master
45
+
branches:
46
+
only:
47
+
- master
46
48
- provider: releases
47
49
skip_cleanup: true
48
50
api_key:
@@ -52,7 +54,9 @@ deploy:
52
54
repo: FabianTerhorst/coreclr-module
53
55
condition: "$TRAVIS_OS_NAME = windows"
54
56
tags: true
55
-
branch: master
57
+
branches:
58
+
only:
59
+
- master
56
60
- provider: releases
57
61
skip_cleanup: true
58
62
prerelease: true
@@ -63,7 +67,9 @@ deploy:
63
67
repo: FabianTerhorst/coreclr-module
64
68
condition: "$TRAVIS_OS_NAME = linux"
65
69
tags: true
66
-
branch: dev
70
+
branches:
71
+
only:
72
+
- dev
67
73
- provider: releases
68
74
skip_cleanup: true
69
75
prerelease: true
@@ -74,36 +80,46 @@ deploy:
74
80
repo: FabianTerhorst/coreclr-module
75
81
condition: "$TRAVIS_OS_NAME = windows"
76
82
tags: true
77
-
branch: dev
83
+
branches:
84
+
only:
85
+
- dev
78
86
- provider: script
79
87
skip_cleanup: true
80
88
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
81
89
on:
82
90
repo: FabianTerhorst/coreclr-module
83
91
condition: "$TRAVIS_OS_NAME = windows"
84
92
tags: true
85
-
branch: master
93
+
branches:
94
+
only:
95
+
- master
86
96
- provider: script
87
97
skip_cleanup: true
88
98
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
89
99
on:
90
100
repo: FabianTerhorst/coreclr-module
91
101
condition: "$TRAVIS_OS_NAME = linux"
92
102
tags: true
93
-
branch: master
103
+
branches:
104
+
only:
105
+
- master
94
106
- provider: script
95
107
skip_cleanup: true
96
108
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
97
109
on:
98
110
repo: FabianTerhorst/coreclr-module
99
111
condition: "$TRAVIS_OS_NAME = windows"
100
112
tags: true
101
-
branch: dev
113
+
branches:
114
+
only:
115
+
- dev
102
116
- provider: script
103
117
skip_cleanup: true
104
118
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