Skip to content

Commit

Permalink
Try and fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
davidMcneil committed Jan 20, 2019
1 parent 47268bc commit 3613b35
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
21 changes: 0 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,3 @@ members = [
"service",
"clients/rust"
]

[dependencies]
actix = "0.7.9"
actix-web = "0.7.16"
chrono = {version = "0.4.6",features = ["serde"]}
env_logger = "0.6.0"
futures = "0.1.25"
include_dir = "0.2.1"
log = "0.4.6"
mime_guess = "2.0.0-alpha.6"
open = "1.2.2"
parking_lot = "0.7.0"
psutil = "1.1.1"
rand = "0.6.1"
reqwest = "0.9.5"
serde = "1.0.82"
serde_derive = "1.0.82"
serde_json = "1.0.33"
structopt = "0.2.14"
url = "1.7.2"
uuid = {version = "0.7.1",features = ["serde","v4"]}
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test_script:

before_deploy:
# TODO Update this to build the artifacts that matter to you
- cargo rustc --target %TARGET% --release --bin courier -- -C lto
- cargo rustc --target %TARGET% --release -p courier --bin courier -- -C lto
- ps: ci\before_deploy.ps1

deploy:
Expand All @@ -64,7 +64,7 @@ deploy:
# - Encrypt it. Go to https://ci.appveyor.com/tools/encrypt
# - Paste the output down here
auth_token:
secure: UAfXFVn7HomTQpRRWf6xvUlD3CHo84uIigEKiTL2vyxBj6lifiSXUTbocZP64KzIMAzIsI7sDk1PJ6IC/wmYsCETSVjcQWETDNx3qdVm+HMQQmgZX+Lq1ID9lNAjx03PFRzWfb7itrUK0FWCJGkQ8nvvYBQ+FyIzXfUQ3AE4ZG8QPdtHbEiLYvrS081kTCgm9fq0b62ZaR8UGQPiHinNPGVnAwAAjbQO0nqwpuUjFM74EErpLDrmtppbmMOxiM05FjccTp2DB4/nCs/QYlFX5tthwccQZT2tjKwoyjp2W/0ctTRF013XyfqQ/N7avrmSUuuKcof3O/2HUKwdQ7r4LdS1dBzQqx8RHKCYlQgx3hgSKo5Sxmaj2xqayHFWF1SWTDtDZl0Jo+GiwkEly2MZTk4mnBp3mYedJk7d6ujNM0pu8JY0rG77oKKVpFP56v/ngweDAwBJf2h8tLhPVrVHDClQ7I6wYeYfiO8LRoWqM2Jn3tkg2xmq74xRJ1+SizdsAQ5tsEOQPREsIrJrn2jNDnBnO+MZRnjUQa/G3A8hjNE9TirAqAZGw7mE+EKCZmGZrS3/da8jkJIYYLbNsVjXBofVpc4LwDBBxyLi11HeQ5CIvN1TNxJv4Vpw6n8jV8O0uyw9bpeumG7OLUQSkVBV/13mVxqmmjcK3yAO+G9h4wY=
secure: 7XvnKQJ2QD1+Anm5rCw1/QFEvMkixKytC3SdIYPPazGadYuL5IoBWWTcr4mfk/2c
description: ""
on:
# TODO Here you can pick which targets will generate binary releases
Expand Down
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ main() {
test -f Cargo.lock || cargo generate-lockfile

# TODO Update this to build the artifacts that matter to you
cross rustc --bin courier --target $TARGET --release -- -C lto
cross rustc -p courier --bin courier --target $TARGET --release -- -C lto

# TODO Update this to package the right artifacts
cp target/$TARGET/release/courier $stage/
Expand Down
Empty file modified ci/install.sh
100644 → 100755
Empty file.

0 comments on commit 3613b35

Please sign in to comment.