mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-23 06:36:18 -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: dir %home%\deepfacelab\appveyor
|
||||||
- cmd: python deepfacelab\appveyor\gdrive.py %ARCH% > Output
|
- cmd: python deepfacelab\appveyor\gdrive.py %ARCH% > Output
|
||||||
- cmd: set /p URL=<Output
|
- cmd: set /p URL=<Output
|
||||||
|
# test
|
||||||
|
- cmd: set /p FOO=foo
|
||||||
|
- ps: Write-Output $env:FOO
|
||||||
#- cmd: echo %URL%
|
#- cmd: echo %URL%
|
||||||
- ps: wget "%URL%" -OutFile prebuilt.zip
|
- ps: wget $env:URL -OutFile prebuilt.zip
|
||||||
- cmd: 7z e prebuilt.zip -y > nul
|
- cmd: 7z e prebuilt.zip -y > nul
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue