Skip to content

Commit

Permalink
fix(appveyor): syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Dec 23, 2016
1 parent 58a7940 commit 37a156b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ test_script:
- cd imageflow_helpers
- cargo test --target=%RUST_TARGET%
- cargo doc --no-deps
- cd .
- cd ..
- cd imageflow_riapi
- cargo test --target=%RUST_TARGET%
- cargo doc --no-deps
- cd .
- cd ..
- echo. && echo. && echo. && echo Building optimized binaries && echo. && echo. && echo.
- cd imageflow_tool
- cargo build --target=%RUST_TARGET% --release
Expand All @@ -124,6 +124,8 @@ test_script:
- cd ..
- cd imageflow_server
- cargo build --target=%RUST_TARGET% --release
- echo. && echo Displaying embedded info (release build of imageflow_server) && echo .
- ..\target\%RUST_TARGET%\release\imageflow_tool.exe diagnose --show-compilation-info
- cd ..
- cd imageflow_abi
- cargo build --target=%RUST_TARGET% --release
Expand Down

0 comments on commit 37a156b

Please sign in to comment.