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 --version
|
||||||
- ps: python -m pip install --upgrade pip
|
- ps: python -m pip install --upgrade pip
|
||||||
- ps: python -m pip install -r appveyor/requirements.txt
|
- ps: python -m pip install -r appveyor/requirements.txt
|
||||||
- cmd: cd ..
|
#- cmd: cd ..
|
||||||
- cmd: echo %cd%
|
#- cmd: echo %cd%
|
||||||
- cmd: dir
|
#- cmd: dir
|
||||||
- cmd: dir %home%
|
#- cmd: dir %home%
|
||||||
#- cmd: dir %home%\deepfacelab
|
#- cmd: dir %home%\deepfacelab
|
||||||
#- 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
|
||||||
#- cmd: echo %URL%
|
#- cmd: echo %URL%
|
||||||
- ps: wget $URL -OutFile prebuilt.zip
|
- ps: wget %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