mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Install perl-Pod-Parser to get pod2man
This commit is contained in:
parent
3fea3019aa
commit
1b67e6a6fd
@ -121,7 +121,7 @@ jobs:
|
||||
command: |
|
||||
choco install msys2 --params "/NoUpdate /InstallDir:C:\msys2"
|
||||
refreshenv
|
||||
C:\msys2\usr\bin\bash -c "/c/msys2/usr/bin/pacman -S --needed --noconfirm autoconf automake libtool make clang"
|
||||
C:\msys2\usr\bin\bash -c "/c/msys2/usr/bin/pacman -S --needed --noconfirm autoconf automake libtool make clang perl-Pod-Parser"
|
||||
mkdir C:\Users\circleci\src
|
||||
mkdir C:\Users\circleci\build
|
||||
|
||||
@ -146,7 +146,7 @@ jobs:
|
||||
# Build
|
||||
$BuildScript = {
|
||||
#!/bin/bash
|
||||
export PATH=/c/msys2/usr/bin:$PATH
|
||||
export PATH=/c/msys2/usr/bin:/c/msys2/usr/bin/core_perl:$PATH
|
||||
cd /c/Users/circleci/src/openssl
|
||||
./Configure --prefix=/opt/openssl-build --openssldir=/usr/local/ssl '-Wl,-rpath,$(LIBRPATH)' Cygwin-x86_64
|
||||
make -j$(nproc)
|
||||
|
Loading…
Reference in New Issue
Block a user