Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update winhttppal builds to 18.04 #1644

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ jobs:
# cd Build_iOS
# ./configure.sh
# displayName: 'Build for iOS'
- job: Ubuntu_1604_Apt_winhttppal
- job: Ubuntu_1804_Apt_winhttppal
pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'Ubuntu 18.04'
steps:
- script: |
set -e
Expand All @@ -170,16 +170,8 @@ jobs:
sudo ppa-purge -y ppa:ondrej/php
unset BOOST_ROOT
sudo apt install -y libboost-atomic-dev libboost-thread-dev libboost-system-dev libboost-date-time-dev libboost-regex-dev libboost-filesystem-dev libboost-random-dev libboost-chrono-dev libboost-serialization-dev libwebsocketpp-dev openssl libssl-dev ninja-build wget
wget http://curl.haxx.se/download/curl-7.57.0.tar.gz
sudo apt install -y libtool
sudo apt install -y make
tar -xvf curl-7.57.0.tar.gz
cd curl-7.57.0
./buildconf
./configure --with-ssl --prefix=/usr
make
sudo make install
cd ..
git clone https://github.com/microsoft/WinHttpPAL.git
cd WinHttpPAL
mkdir build
Expand Down