diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-01-30 12:52:00 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-01-30 12:58:20 +0100 |
| commit | ade0a0b657403cc4366cbacbf03a3737a9138bad (patch) | |
| tree | 5c029c02f33d07c9978f701c800ef3ca8d7e9e8d | |
| parent | b6c143f7ca6cce99c32a531de2e30a4f7d060502 (diff) | |
| download | mullvadvpn-ade0a0b657403cc4366cbacbf03a3737a9138bad.tar.xz mullvadvpn-ade0a0b657403cc4366cbacbf03a3737a9138bad.zip | |
Adapt travis+appveyor to build talpid_cli
| -rw-r--r-- | .travis.yml | 3 | ||||
| -rw-r--r-- | appveyor.yml | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d489bed677..3a9cd49e98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,9 @@ script: - cargo build --verbose - cargo test --verbose - cargo fmt -- --write-mode=diff + - cd talpid_cli/ + - cargo test --verbose + - cargo fmt -- --write-mode=diff notifications: email: diff --git a/appveyor.yml b/appveyor.yml index 7f7628d01f..34a8906cce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,7 +44,8 @@ test_script: cargo build --target %TARGET% && echo "DEBUG BUILD DONE" && cargo build --target %TARGET% --release && echo "RELEASE BUILD DONE" && cargo test --target %TARGET% && echo "DEBUG TESTING DONE" && - cargo test --target %TARGET% --release && echo "RELEASE TESTING DONE" + cargo test --target %TARGET% --release && echo "RELEASE TESTING DONE" && + cd talpid_cli/ && cargo test --target %TARGET% ) # Cache build binaries for faster builds next time |
