File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ build_script:
34
34
ECHO make %MAKE_PARAMS% &&
35
35
make %MAKE_PARAMS%
36
36
)
37
- - if [%COMPILER%]==[gcc] if [%CONFIGURATION %]==[mingw64] (
38
- COPY programs\zstd.exe bin\ zstd.exe &&
39
- appveyor PushArtifact bin\ zstd.exe
37
+ - if [%COMPILER%]==[gcc] if [%PLATFORM %]==[mingw64] (
38
+ COPY programs\zstd.exe zstd.exe &&
39
+ appveyor PushArtifact zstd.exe
40
40
)
41
- - if [%COMPILER%]==[gcc] if [%CONFIGURATION %]==[mingw32] (
42
- COPY programs\zstd.exe bin\ zstd32.exe &&
43
- appveyor PushArtifact bin\ zstd32.exe
41
+ - if [%COMPILER%]==[gcc] if [%PLATFORM %]==[mingw32] (
42
+ COPY programs\zstd.exe zstd32.exe &&
43
+ appveyor PushArtifact zstd32.exe
44
44
)
45
45
- if [%COMPILER%]==[gcc] make clean
46
46
- if [%COMPILER%]==[visual] (
@@ -111,27 +111,25 @@ test_script:
111
111
)
112
112
113
113
artifacts :
114
- - path : bin\ zstd.exe
115
- - path : bin\ zstd32.exe
114
+ - path : zstd.exe
115
+ - path : zstd32.exe
116
116
117
117
deploy :
118
118
- provider : GitHub
119
119
auth_token :
120
120
secure : LgJo8emYc3sFnlNWkGl4/VYK3nk/8+RagcsqDlAi3xeqNGNutnKjcftjg84uJoT4
121
- artifact : bin\ zstd.exe
121
+ artifact : zstd.exe
122
122
force_update : true
123
123
on :
124
- branch : artifacts
125
124
COMPILER : gcc
126
125
PLATFORM : " mingw64"
127
126
appveyor_repo_tag : false
128
127
- provider : GitHub
129
128
auth_token :
130
129
secure : LgJo8emYc3sFnlNWkGl4/VYK3nk/8+RagcsqDlAi3xeqNGNutnKjcftjg84uJoT4
131
- artifact : bin\ zstd32.exe
130
+ artifact : zstd32.exe
132
131
force_update : true
133
132
on :
134
- branch : artifacts
135
133
COMPILER : gcc
136
134
PLATFORM : " mingw32"
137
135
appveyor_repo_tag : false
You can’t perform that action at this time.
0 commit comments