@@ -19,11 +19,11 @@ linux-stable:
19
19
script :
20
20
- cargo build --release --verbose
21
21
- strip target/release/parity
22
- - md5sum target/release/parity >> checksum
22
+ - md5sum target/release/parity >> parity.md5
23
23
- aws configure set aws_access_key_id $s3_key
24
24
- aws configure set aws_secret_access_key $s3_secret
25
25
- aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-unknown-linux-gnu/parity --body target/release/parity
26
- - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-unknown-linux-gnu/checksum --body checksum
26
+ - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-unknown-linux-gnu/parity.md5 --body parity.md5
27
27
tags :
28
28
- rust
29
29
- rust-stable
@@ -42,11 +42,11 @@ linux-stable-14.04:
42
42
script :
43
43
- cargo build --release --verbose
44
44
- strip target/release/parity
45
- - md5sum target/release/parity >> checksum
45
+ - md5sum target/release/parity >> parity.md5
46
46
- aws configure set aws_access_key_id $s3_key
47
47
- aws configure set aws_secret_access_key $s3_secret
48
48
- aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-unknown-ubuntu_14_04-gnu/parity --body target/release/parity
49
- - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-unknown-ubuntu_14_04-gnu/checksum --body checksum
49
+ - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-unknown-ubuntu_14_04-gnu/parity.md5 --body parity.md5
50
50
tags :
51
51
- rust
52
52
- rust-14.04
@@ -105,11 +105,11 @@ linux-centos:
105
105
- export CC="gcc"
106
106
- cargo build --release --verbose
107
107
- strip target/release/parity
108
- - md5sum target/release/parity >> checksum
108
+ - md5sum target/release/parity >> parity.md5
109
109
- aws configure set aws_access_key_id $s3_key
110
110
- aws configure set aws_secret_access_key $s3_secret
111
111
- aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-unknown-centos-gnu/parity --body target/release/parity
112
- - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-unknown-centos-gnu/checksum --body checksum
112
+ - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-unknown-centos-gnu/parity.md5 --body parity.md5
113
113
tags :
114
114
- rust
115
115
- rust-centos
@@ -133,11 +133,11 @@ linux-armv7:
133
133
- cat .cargo/config
134
134
- cargo build --target armv7-unknown-linux-gnueabihf --release --verbose
135
135
- arm-linux-gnueabihf-strip target/armv7-unknown-linux-gnueabihf/release/parity
136
- - md5sum target/armv7-unknown-linux-gnueabihf/release/parity >> checksum
136
+ - md5sum target/armv7-unknown-linux-gnueabihf/release/parity >> parity.md5
137
137
- aws configure set aws_access_key_id $s3_key
138
138
- aws configure set aws_secret_access_key $s3_secret
139
139
- aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/armv7-unknown-linux-gnueabihf/parity --body target/armv7-unknown-linux-gnueabihf/release/parity
140
- - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/armv7-unknown-linux-gnueabihf/checksum --body checksum
140
+ - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/armv7-unknown-linux-gnueabihf/parity.md5 --body parity.md5
141
141
tags :
142
142
- rust
143
143
- rust-arm
@@ -162,11 +162,11 @@ linux-arm:
162
162
- cat .cargo/config
163
163
- cargo build --target arm-unknown-linux-gnueabihf --release --verbose
164
164
- arm-linux-gnueabihf-strip target/arm-unknown-linux-gnueabihf/release/parity
165
- - md5sum target/arm-unknown-linux-gnueabihf/release/parity >> checksum
165
+ - md5sum target/arm-unknown-linux-gnueabihf/release/parity >> parity.md5
166
166
- aws configure set aws_access_key_id $s3_key
167
167
- aws configure set aws_secret_access_key $s3_secret
168
168
- aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/arm-unknown-linux-gnueabihf/parity --body target/arm-unknown-linux-gnueabihf/release/parity
169
- - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/arm-unknown-linux-gnueabihf/checksum --body checksum
169
+ - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/arm-unknown-linux-gnueabihf/parity.md5 --body parity.md5
170
170
tags :
171
171
- rust
172
172
- rust-arm
@@ -191,11 +191,11 @@ linux-armv6:
191
191
- cat .cargo/config
192
192
- cargo build --target arm-unknown-linux-gnueabi --release --verbose
193
193
- arm-linux-gnueabi-strip target/arm-unknown-linux-gnueabi/release/parity
194
- - md5sum target/arm-unknown-linux-gnueabi/release/parity >> checksum
194
+ - md5sum target/arm-unknown-linux-gnueabi/release/parity >> parity.md5
195
195
- aws configure set aws_access_key_id $s3_key
196
196
- aws configure set aws_secret_access_key $s3_secret
197
197
- aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/arm-unknown-linux-gnueabi/parity --body target/arm-unknown-linux-gnueabi/release/parity
198
- - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/arm-unknown-linux-gnueabi/checksum --body checksum
198
+ - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/arm-unknown-linux-gnueabi/parity.md5 --body parity.md5
199
199
tags :
200
200
- rust
201
201
- rust-arm
@@ -220,11 +220,11 @@ linux-aarch64:
220
220
- cat .cargo/config
221
221
- cargo build --target aarch64-unknown-linux-gnu --release --verbose
222
222
- aarch64-linux-gnu-strip target/aarch64-unknown-linux-gnu/release/parity
223
- - md5sum target/aarch64-unknown-linux-gnu/release/parity >> checksum
223
+ - md5sum target/aarch64-unknown-linux-gnu/release/parity >> parity.md5
224
224
- aws configure set aws_access_key_id $s3_key
225
225
- aws configure set aws_secret_access_key $s3_secret
226
226
- aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/aarch64-unknown-linux-gnu/parity --body target/aarch64-unknown-linux-gnu/release/parity
227
- - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/aarch64-unknown-linux-gnu/checksum --body checksum
227
+ - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/aarch64-unknown-linux-gnu/parity.md5 --body parity.md5
228
228
tags :
229
229
- rust
230
230
- rust-arm
@@ -242,11 +242,11 @@ darwin:
242
242
- stable
243
243
script :
244
244
- cargo build --release --verbose
245
- - md5sum target/release/parity >> checksum
245
+ - md5sum target/release/parity >> parity.md5
246
246
- aws configure set aws_access_key_id $s3_key
247
247
- aws configure set aws_secret_access_key $s3_secret
248
248
- aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-apple-darwin/parity --body target/release/parity
249
- - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-apple-darwin/checksum --body checksum
249
+ - aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-apple-darwin/parity.md5 --body parity.md5
250
250
tags :
251
251
- osx
252
252
artifacts :
@@ -280,6 +280,7 @@ windows:
280
280
- md5sums parity.exe parity.pdb > parity.md5
281
281
- md5sums parity.exe > parity.exe.md5
282
282
- zip parity.zip parity.exe parity.pdb parity.md5
283
+ - md5sums parity.zip > parity.zip.md5
283
284
- cd ..\..
284
285
- aws configure set aws_access_key_id %s3_key%
285
286
- aws configure set aws_secret_access_key %s3_secret%
0 commit comments