Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 71058c2

Browse files
author
Alan Jeffrey
committed
Trying to speed up appveyor build
1 parent 6f84ef0 commit 71058c2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

appveyor.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ environment:
2626
C:\\Program Files\\Git\\cmd;\
2727
C:\\Program Files\\Git\\usr\\bin;\
2828
C:\\Program Files\\AppVeyor\\BuildAgent;"
29-
matrix:
30-
- CARGO_OPTS: ""
31-
- CARGO_OPTS: "--release"
3229

3330
# Uncomment to enable RDP & wait for exit. Connection info will be printed in the log.
3431
#init:
@@ -51,10 +48,9 @@ install:
5148
- set AUTOCONF=C:/mozilla-build/msys/local/bin/autoconf-2.13
5249
- rustc -vV
5350
- cargo -vV
54-
- cargo install rustfmt-nightly --root C:\rust
5551

5652
build_script:
5753
- echo PATH %PATH%
5854
- echo VSINSTALLDIR %VSINSTALLDIR%
5955
- echo MOZTOOLS_PATH %MOZTOOLS_PATH%
60-
- cd %APPVEYOR_BUILD_FOLDER% && cargo build --verbose --verbose %CARGO_OPTS% && cargo test %CARGO_OPTS%
56+
- cd %APPVEYOR_BUILD_FOLDER% && cargo build --verbose --verbose && cargo test

0 commit comments

Comments
 (0)