mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
wget
This commit is contained in:
parent
3c211d0d33
commit
c8def376aa
1 changed files with 5 additions and 5 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -18,16 +18,16 @@ install:
|
|||
- ps: python --version
|
||||
- ps: python -m pip install --upgrade pip
|
||||
- ps: python -m pip install -r appveyor/requirements.txt
|
||||
- cmd: cd ..
|
||||
- cmd: echo %cd%
|
||||
- cmd: dir
|
||||
- cmd: dir %home%
|
||||
#- cmd: cd ..
|
||||
#- cmd: echo %cd%
|
||||
#- cmd: dir
|
||||
#- cmd: dir %home%
|
||||
#- cmd: dir %home%\deepfacelab
|
||||
#- cmd: dir %home%\deepfacelab\appveyor
|
||||
- cmd: python deepfacelab\appveyor\gdrive.py %ARCH% > Output
|
||||
- cmd: set /p URL=<Output
|
||||
#- cmd: echo %URL%
|
||||
- ps: wget $URL -OutFile prebuilt.zip
|
||||
- ps: wget %URL% -OutFile prebuilt.zip
|
||||
- cmd: 7z e prebuilt.zip -y > nul
|
||||
|
||||
build: off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue