mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
powershell
This commit is contained in:
parent
8932f1419d
commit
a53ebdcae5
1 changed files with 4 additions and 1 deletions
|
@ -26,8 +26,11 @@ install:
|
|||
#- cmd: dir %home%\deepfacelab\appveyor
|
||||
- cmd: python deepfacelab\appveyor\gdrive.py %ARCH% > Output
|
||||
- cmd: set /p URL=<Output
|
||||
# test
|
||||
- cmd: set /p FOO=foo
|
||||
- ps: Write-Output $env:FOO
|
||||
#- cmd: echo %URL%
|
||||
- ps: wget "%URL%" -OutFile prebuilt.zip
|
||||
- ps: wget $env:URL -OutFile prebuilt.zip
|
||||
- cmd: 7z e prebuilt.zip -y > nul
|
||||
|
||||
build: off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue