Skip to content

Commit

Permalink
Refs #19760. CI changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
  • Loading branch information
richiware committed Nov 14, 2023
1 parent e288c6f commit 8f8e227
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:

- uses: eProsima/eProsima-CI/windows/install_openssl@v0

- name: Install Asio and TinyXML2
shell: pwsh
run: |
Invoke-WebRequest -Uri https://github.com/ros2/choco-packages/releases/download/2020-02-24/asio.1.12.1.nupkg -OutFile "$pwdpath/choco_packages/asio.1.12.1.nupkg"
Invoke-WebRequest -Uri https://github.com/ros2/choco-packages/releases/download/2020-02-24/tinyxml2.6.0.0.nupkg -OutFile "$pwdpath/choco_packages/tinyxml2.6.0.0.nupkg"
choco install -y -s "$pwdpath/choco_packages" asio tinyxml2
- name: Install swig
shell: pwsh
run: choco install swig --allow-downgrade --version=4.0.2.04082020
Expand Down Expand Up @@ -116,7 +123,7 @@ jobs:

- uses: eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
with:
packages: libpython3-dev swig
packages: libasio-dev libtinyxml2-dev libpython3-dev swig

- uses: eProsima/eProsima-CI/multiplatform/install_colcon@v0

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.meta
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"fastrtps":
{
"cmake-args": [
"-DTHIRDPARTY=ON",
"-DSECURITY=ON",
"-DSECURITY=ON"
]
},
"fastdds_python":
Expand Down

0 comments on commit 8f8e227

Please sign in to comment.