Skip to content

Commit

Permalink
[CI] Update to Asciidoctor 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Feb 13, 2021
1 parent b64ec64 commit 25e4cb2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ freebsd_build_task:
# - brew install cmake
# - brew install gettext
# # NOTE: Specify an explicit Asciidoctor version to help ensure reproducible builds
# - sudo gem install asciidoctor -v 2.0.10 --no-document
# - sudo gem install asciidoctor -v 2.0.12 --no-document
# # gcc6+ is currently required to bootstrap vcpkg on macOS
# - brew install gcc@7
# - sudo bundle install --gemfile="macosx/BuildBot/Gemfile"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
brew install gettext
# NOTE: Specify an explicit Asciidoctor version to help ensure reproducible builds
gem install asciidoctor -v 2.0.10 --no-document
gem install asciidoctor -v 2.0.12 --no-document
#brew update
#if (brew outdated | grep cmake > /dev/null); then echo "upgrading CMake"; brew upgrade cmake; fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Write-Host "------------------------------------------------------"
# & gci env:* | sort-object name
- name: Install Asciidoctor
run: gem install asciidoctor -v 2.0.10 --no-document
run: gem install asciidoctor -v 2.0.12 --no-document
- name: Install NSIS
run: choco install nsis -y
- name: Generate Settings for Run [${{ matrix.compiler }}:${{ matrix.architecture }}]
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:
#- brew upgrade cmake
- brew install gettext
# NOTE: Specify an explicit Asciidoctor version to help ensure reproducible builds
- gem install asciidoctor -v 2.0.10 --no-document
- gem install asciidoctor -v 2.0.12 --no-document
# Try to workaround issues with brew downloading gcc
- brew fetch --retry gcc@7
# gcc6+ is currently required to bootstrap vcpkg on macOS
Expand All @@ -39,7 +39,7 @@ matrix:
- if (brew outdated | grep cmake > /dev/null); then echo "upgrading CMake"; brew upgrade cmake; fi
- brew install gettext
# NOTE: Specify an explicit Asciidoctor version to help ensure reproducible builds
- gem install asciidoctor -v 2.0.10 --no-document
- gem install asciidoctor -v 2.0.12 --no-document
# gcc6+ is currently required to bootstrap vcpkg on macOS
- brew install gcc || brew link --overwrite gcc
- bundle install --gemfile="macosx/BuildBot/Gemfile"
Expand All @@ -61,7 +61,7 @@ matrix:
# - if (brew outdated | grep cmake > /dev/null); then echo "upgrading CMake"; brew upgrade cmake; fi
# - brew install gettext
# # NOTE: Specify an explicit Asciidoctor version to help ensure reproducible builds
# - gem install asciidoctor -v 2.0.10 --no-document
# - gem install asciidoctor -v 2.0.12 --no-document
# # gcc6+ is currently required to bootstrap vcpkg on macOS
# - brew install gcc || brew link --overwrite gcc
# - bundle install --gemfile="macosx/BuildBot/Gemfile"
Expand Down

0 comments on commit 25e4cb2

Please sign in to comment.