2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

AP: Use Py7.

[skip travis] [skip appveyor]
This commit is contained in:
Rene Rivera
2019-03-30 09:06:08 -05:00
parent 0abbdbecd1
commit 04a4e110f3

View File

@@ -19,6 +19,11 @@ jobs:
TEST_TOOLSET: gcc
CXX: g++-8
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '2.7'
architecture: 'x64'
addToPath: true
- bash: |
set -e
uname -a
@@ -51,6 +56,11 @@ jobs:
TOOLSET: vc141
TEST_TOOLSET: msvc
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '2.7'
architecture: 'x64'
addToPath: true
- powershell: |
cd src/engine
$env:path += ';' + $env:CXX_PATH