File tree Expand file tree Collapse file tree 4 files changed +4
-31
lines changed Expand file tree Collapse file tree 4 files changed +4
-31
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,7 @@ trigger:
1717 - Doc/*
1818 - Tools/*
1919
20- variables :
21- # Copy-pasted from linux-deps.yml until template support arrives
22- OPENSSL : 1.1.0g
23- OPENSSL_DIR : " $(build.sourcesDirectory)/multissl/openssl/$(OPENSSL)"
20+ # variables:
2421
2522
2623steps :
3532- script : echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
3633 displayName : ' Update apt-get lists'
3734
38- - script : echo # #vso[task.prependpath]$(OPENSSL_DIR)
39- displayName : ' Add $(OPENSSL_DIR) to PATH'
4035- script : >
4136 sudo apt-get -yq install
4237 build-essential
5550 libffi-dev
5651 uuid-dev
5752 displayName : ' Install dependencies'
58- - script : python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
59- displayName : ' python multissltests.py'
6053
6154- script : ./configure --with-pydebug
6255 displayName : ' Configure CPython (debug)'
Original file line number Diff line number Diff line change @@ -17,10 +17,7 @@ trigger:
1717 - Doc/*
1818 - Tools/*
1919
20- variables :
21- # Copy-pasted from linux-deps.yml until template support arrives
22- OPENSSL : 1.1.0g
23- OPENSSL_DIR : " $(build.sourcesDirectory)/multissl/openssl/$(OPENSSL)"
20+ # variables:
2421
2522steps :
2623- checkout : self
3431- script : echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
3532 displayName : ' Update apt-get lists'
3633
37- - script : echo # #vso[task.prependpath]$(OPENSSL_DIR)
38- displayName : ' Add $(OPENSSL_DIR) to PATH'
3934- script : >
4035 sudo apt-get -yq install
4136 build-essential
5449 libffi-dev
5550 uuid-dev
5651 displayName : ' Install dependencies'
57- - script : python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
58- displayName : ' python multissltests.py'
5952
6053
6154- script : ./configure --with-pydebug
Original file line number Diff line number Diff line change 44# Current docs for the syntax of this file are at:
55# https://github.com/Microsoft/vsts-agent/blob/master/docs/preview/yamlgettingstarted.md
66
7- parameters :
8- OPENSSL : 1.1.0g
9- OPENSSL_DIR : " $(build.sourcesDirectory)/multissl/openssl/$(OPENSSL)"
7+ # parameters:
108
119steps :
1210- script : echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
1311 displayName : ' Update apt-get lists'
1412
15- - script : echo # #vso[task.prependpath]$(OPENSSL_DIR)
16- displayName : ' Add $(OPENSSL_DIR) to PATH'
1713- script : >
1814 sudo apt-get -yq install
1915 build-essential
3228 libffi-dev
3329 uuid-dev
3430 displayName : ' Install dependencies'
35- - script : python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
36- displayName : ' python multissltests.py'
Original file line number Diff line number Diff line change @@ -17,10 +17,7 @@ trigger:
1717 - Doc/*
1818 - Tools/*
1919
20- variables :
21- # Copy-pasted from linux-deps.yml until template support arrives
22- OPENSSL : 1.1.0g
23- OPENSSL_DIR : " $(build.sourcesDirectory)/multissl/openssl/$(OPENSSL)"
20+ # variables:
2421
2522steps :
2623- checkout : self
3431- script : echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
3532 displayName : ' Update apt-get lists'
3633
37- - script : echo # #vso[task.prependpath]$(OPENSSL_DIR)
38- displayName : ' Add $(OPENSSL_DIR) to PATH'
3934- script : >
4035 sudo apt-get -yq install
4136 build-essential
5449 libffi-dev
5550 uuid-dev
5651 displayName : ' Install dependencies'
57- - script : python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
58- displayName : ' python multissltests.py'
5952
6053
6154- script : ./configure --with-pydebug
You can’t perform that action at this time.
0 commit comments