File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,18 @@ environment:
2
2
CARGO_PATH : c:\users\appveyor\.cargo
3
3
RUST_VERSION : 1.43.0
4
4
CARGO_HTTP_CHECK_REVOKE : false
5
+ HTTP_PROXY : 127.0.0.1:18080
6
+ HTTPS_PROXY : 127.0.0.1:18080
5
7
S2PNG_COMMAND : target\debug\s2png.exe
6
8
7
9
cache :
8
10
- ' $(CARGO_PATH) -> appveyor.yml, Cargo.lock, Cargo.toml'
9
11
10
12
install :
13
+ - cmd : appveyor-retry appveyor DownloadFile https://github.com/projectdiscovery/proxify/releases/download/v0.0.9/proxify_0.0.9_windows_386.zip -FileName proxify.zip
14
+ - cmd : unzip proxify.zip
15
+ - cmd : proxify.exe -http-addr 127.0.0.1:18080
16
+ - cmd : certutil -addstore -f -user "Root" "%USERPROFILE%\.config\proxify\cacert.pem"
11
17
- cmd : appveyor-retry appveyor DownloadFile https://win.rustup.rs -FileName rustup-init.exe
12
18
- cmd : rustup-init.exe --default-toolchain %RUST_VERSION% -y
13
19
- cmd : set PATH=%CARGO_PATH%\bin;%PATH%
You can’t perform that action at this time.
0 commit comments