Skip to content

Commit

Permalink
try CI
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Dec 11, 2018
1 parent f1102aa commit 3e02970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ before_build:
build_script:
- python tools\build.py
- ps: Set-FilesNeeded -Auto -Reason "Build finished"
- cargo check --release
- cargo build -vv --release
- ps: Set-FilesNeeded -Auto -Reason "Cargo check finished"

test_script:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ script:
- |-
# Cargo check
RUSTC_WRAPPER=sccache cargo check -j2 --release
DENO_BUILD_PATH=$(pwd)/target/release RUSTC_WRAPPER=sccache cargo build -j2 -vv --release
after_script:
- ccache --show-stats
Expand Down

0 comments on commit 3e02970

Please sign in to comment.