mirror of
https://github.com/curl/curl.git
synced 2026-06-09 21:34:15 +03:00
back to pushd/popd for silence
This commit is contained in:
parent
8377e91499
commit
cc25f85533
1 changed files with 22 additions and 22 deletions
44
.github/workflows/windows.yml
vendored
44
.github/workflows/windows.yml
vendored
|
|
@ -80,20 +80,20 @@ jobs:
|
|||
# https://metacpan.org/pod/Win32::Process
|
||||
curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 120 --retry 6 --retry-connrefused \
|
||||
--location "https://cpan.metacpan.org/authors/id/J/JD/JDB/Win32-Process-0.17.tar.gz" | tar -xz
|
||||
pushd Win32-Process-0.17
|
||||
cd Win32-Process-0.17
|
||||
perl Makefile.PL
|
||||
sed -i.bak 's/-lcrypt//g' Makefile
|
||||
make
|
||||
popd
|
||||
cd ..
|
||||
|
||||
# https://metacpan.org/pod/Win32::Process::List
|
||||
curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 120 --retry 6 --retry-connrefused \
|
||||
--location "https://cpan.metacpan.org/authors/id/R/RP/RPAGITSCH/Win32-Process-List-0.09.tar.gz" | tar -xz
|
||||
pushd Win32-Process-List-0.09
|
||||
cd Win32-Process-List-0.09
|
||||
perl Makefile.PL
|
||||
sed -i.bak 's/-lcrypt//g' Makefile
|
||||
make
|
||||
popd
|
||||
cd ..
|
||||
|
||||
cygwin:
|
||||
name: "cygwin, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.platform }} ${{ matrix.name }}"
|
||||
|
|
@ -437,18 +437,18 @@ jobs:
|
|||
timeout-minutes: 5
|
||||
run: |
|
||||
if [ -d /c/perl-win32-pkgs ]; then
|
||||
pushd /c/perl-win32-pkgs
|
||||
pushd Win32-Process-0.17
|
||||
cd /c/perl-win32-pkgs
|
||||
cd Win32-Process-0.17
|
||||
install -D blib/arch/auto/Win32/Process/Process.dll /usr/lib/perl5/site_perl/auto/Win32/Process/Process.dll
|
||||
install -D blib/lib/Win32/Process.pm /usr/lib/perl5/site_perl/Win32/Process.pm
|
||||
popd
|
||||
pushd Win32-Process-List-0.09
|
||||
cd ..
|
||||
cd Win32-Process-List-0.09
|
||||
install -D blib/arch/auto/Win32/Process/List/List.dll /usr/lib/perl5/site_perl/auto/Win32/Process/List/List.dll
|
||||
install -D blib/lib/auto/Win32/Process/List/autosplit.ix /usr/lib/perl5/site_perl/auto/Win32/Process/List/autosplit.ix
|
||||
install -D blib/lib/Win32/Process/List.pm /usr/lib/perl5/site_perl/Win32/Process/List.pm
|
||||
install -D blib/lib/Win32/Process/processes.pl /usr/lib/perl5/site_perl/Win32/Process/processes.pl
|
||||
popd
|
||||
popd
|
||||
cd ..
|
||||
cd ..
|
||||
fi
|
||||
|
||||
/usr/bin/pacman --noconfirm --noprogressbar --sync --needed openssh
|
||||
|
|
@ -659,18 +659,18 @@ jobs:
|
|||
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
|
||||
timeout-minutes: 5
|
||||
run: |
|
||||
pushd /c/perl-win32-pkgs
|
||||
pushd Win32-Process-0.17
|
||||
cd /c/perl-win32-pkgs
|
||||
cd Win32-Process-0.17
|
||||
install -D blib/arch/auto/Win32/Process/Process.dll /usr/lib/perl5/site_perl/auto/Win32/Process/Process.dll
|
||||
install -D blib/lib/Win32/Process.pm /usr/lib/perl5/site_perl/Win32/Process.pm
|
||||
popd
|
||||
pushd Win32-Process-List-0.09
|
||||
cd ..
|
||||
cd Win32-Process-List-0.09
|
||||
install -D blib/arch/auto/Win32/Process/List/List.dll /usr/lib/perl5/site_perl/auto/Win32/Process/List/List.dll
|
||||
install -D blib/lib/auto/Win32/Process/List/autosplit.ix /usr/lib/perl5/site_perl/auto/Win32/Process/List/autosplit.ix
|
||||
install -D blib/lib/Win32/Process/List.pm /usr/lib/perl5/site_perl/Win32/Process/List.pm
|
||||
install -D blib/lib/Win32/Process/processes.pl /usr/lib/perl5/site_perl/Win32/Process/processes.pl
|
||||
popd
|
||||
popd
|
||||
cd ..
|
||||
cd ..
|
||||
|
||||
/c/ProgramData/chocolatey/choco.exe install --yes --no-progress --limit-output --timeout 180 --force stunnel || true
|
||||
python3 -m pip --disable-pip-version-check --no-input --no-cache-dir install --progress-bar off --prefer-binary impacket
|
||||
|
|
@ -1046,18 +1046,18 @@ jobs:
|
|||
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
|
||||
timeout-minutes: 5
|
||||
run: |
|
||||
pushd /c/perl-win32-pkgs
|
||||
pushd Win32-Process-0.17
|
||||
cd /c/perl-win32-pkgs
|
||||
cd Win32-Process-0.17
|
||||
install -D blib/arch/auto/Win32/Process/Process.dll /usr/lib/perl5/site_perl/auto/Win32/Process/Process.dll
|
||||
install -D blib/lib/Win32/Process.pm /usr/lib/perl5/site_perl/Win32/Process.pm
|
||||
popd
|
||||
pushd Win32-Process-List-0.09
|
||||
cd ..
|
||||
cd Win32-Process-List-0.09
|
||||
install -D blib/arch/auto/Win32/Process/List/List.dll /usr/lib/perl5/site_perl/auto/Win32/Process/List/List.dll
|
||||
install -D blib/lib/auto/Win32/Process/List/autosplit.ix /usr/lib/perl5/site_perl/auto/Win32/Process/List/autosplit.ix
|
||||
install -D blib/lib/Win32/Process/List.pm /usr/lib/perl5/site_perl/Win32/Process/List.pm
|
||||
install -D blib/lib/Win32/Process/processes.pl /usr/lib/perl5/site_perl/Win32/Process/processes.pl
|
||||
popd
|
||||
popd
|
||||
cd ..
|
||||
cd ..
|
||||
|
||||
if [ -z "${MATRIX_OPENSSH}" ]; then # MSYS2 openssh
|
||||
/usr/bin/pacman --noconfirm --noprogressbar --sync --needed openssh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue