Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Oct 9, 2024
1 parent 8967982 commit d5057ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Build Dependencies
run: |
pixi run colcon build --merge-install --cmake-args ' -A x64 -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -G"Visual Studio 17 2022" ' --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}
Expand Down

0 comments on commit d5057ae

Please sign in to comment.