From d93c7ff74171b0e01911a3555b65b553f97943bf Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Wed, 9 Oct 2024 17:43:45 +0000 Subject: [PATCH 1/2] testing Signed-off-by: Ian Chen --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e4c28e44..71456a13a 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,5 @@ This library uses [Semantic Versioning](https://semver.org/). Additionally, this # License This library is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). See also the [LICENSE](https://github.com/gazebosim/gz-rendering/blob/main/LICENSE) file. + +test From b63469c7bed598c26a6ccdc4d9f9b25174a19d26 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Thu, 10 Oct 2024 21:38:16 +0000 Subject: [PATCH 2/2] fix windows github ci Signed-off-by: Ian Chen --- .github/workflows/windows.yaml | 4 ++-- README.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index e3ed647a9..2dfddd0ee 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -39,10 +39,10 @@ jobs: - name: Build Dependencies run: | - pixi run colcon build --merge-install --cmake-args -G"Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF --event-handlers console_direct+ --packages-up-to ${env:PACKAGE} + pixi run colcon build --merge-install --cmake-args " -GVisual Studio 17 2022" " -A x64" " -DCMAKE_BUILD_TYPE=Release" " -DBUILD_TESTING=OFF" --event-handlers console_direct+ --packages-up-to ${env:PACKAGE} - name: Build Package - run: pixi run colcon build --merge-install --cmake-args -G"Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON -DSKIP_ogre=ON --event-handlers console_direct+ --packages-select ${env:PACKAGE} + run: pixi run colcon build --merge-install --cmake-args " -GVisual Studio 17 2022" " -A x64" " -DCMAKE_BUILD_TYPE=Release" " -DBUILD_TESTING=ON" " -DSKIP_ogre=ON" --event-handlers console_direct+ --packages-select ${env:PACKAGE} - name: Test run: pixi run colcon test --merge-install --event-handlers console_direct+ --packages-select ${env:PACKAGE} diff --git a/README.md b/README.md index 71456a13a..3e4c28e44 100644 --- a/README.md +++ b/README.md @@ -95,5 +95,3 @@ This library uses [Semantic Versioning](https://semver.org/). Additionally, this # License This library is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). See also the [LICENSE](https://github.com/gazebosim/gz-rendering/blob/main/LICENSE) file. - -test