2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Need to spec py and ruby. And fix branch name.

[skip travis]
This commit is contained in:
Rene Rivera
2019-04-22 18:12:47 -05:00
parent 9b65314c18
commit c26303bcf4

View File

@@ -296,6 +296,8 @@ stages:
pool:
vmImage: 'ubuntu-16.04'
steps:
- task: UsePythonVersion@0
- task: UseRubyVersion@0
- bash: |
gem install asciidoctor
gem install pygments.rb
@@ -306,4 +308,5 @@ stages:
echo "using asciidoctor ;" >> project-config.jam
./bootstrap.sh
pushd doc
../b2 --website-doc-dir=manual/${TRAVIS_BRANCH} website
../b2 --website-doc-dir=manual/$(Build.SourceBranchName) website
displayName: 'Build & Publish'