Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
provision rolling external in the build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyen committed Mar 19, 2021
1 parent 0bbce21 commit 131327b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions external/azure.pipelines.external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
INSTALL_DIR: 'c:\opt\ros\foxy\x64'
DISTRO_NAME: 'foxy'
VCPKG_DEFAULT_TRIPLET: 'x64-windows'
rolling:
INSTALL_DIR: 'c:\opt\ros\rolling\x64'
DISTRO_NAME: 'rolling'
VCPKG_DEFAULT_TRIPLET: 'x64-windows'
workspace:
clean: all
steps:
Expand Down

0 comments on commit 131327b

Please sign in to comment.