File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -37,24 +37,16 @@ test_script:
37
37
# we don't run the "test phase" when doing deploys
38
38
- if [%APPVEYOR_REPO_TAG%]==[false] (
39
39
cargo build --target %TARGET% &&
40
- cargo build --target %TARGET% --release &&
41
- cargo test --target %TARGET% &&
42
- cargo test --target %TARGET% --release &&
43
- cargo run --target %TARGET% &&
44
- cargo run --target %TARGET% --release
40
+ cargo build --target %TARGET% --release
45
41
)
46
42
47
43
before_deploy :
48
44
# TODO Update this to build the artifacts that matter to you
49
- - cargo rustc --target %TARGET% --release --bin hello -- -C lto
45
+ - cargo rustc --target %TARGET% --release --bin miditran -- -C lto
50
46
- ps : ci\before_deploy.ps1
51
47
52
48
deploy :
53
49
artifact : /.*\.zip/
54
- # TODO update `auth_token.secure`
55
- # - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
56
- # - Encrypt it. Go to https://ci.appveyor.com/tools/encrypt
57
- # - Paste the output down here
58
50
auth_token :
59
51
secure : kKeVzQQ8Mhx3gMQENTiGqGtDECO2xmPBGrnp7cn92MstDcL14Pkzrbvl7Yr/fI3b
60
52
description : ' Automated release'
You can’t perform that action at this time.
0 commit comments