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