Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ign ➡️ gz] Update VCS directory for Windows CI #738

Merged
merged 2 commits into from
Aug 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-cmake
set VCS_DIRECTORY=gz-cmake
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-common
set VCS_DIRECTORY=gz-common
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-fuel-tools
set VCS_DIRECTORY=gz-fuel-tools
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo on
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-gazebo
set VCS_DIRECTORY=gz-sim
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true
:: dlfcn
Expand Down
2 changes: 1 addition & 1 deletion jenkins-scripts/ign_gui-default-devel-windows-amd64.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo on
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-gui
set VCS_DIRECTORY=gz-gui
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-launch
set VCS_DIRECTORY=gz-launch
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
2 changes: 1 addition & 1 deletion jenkins-scripts/ign_math-default-devel-windows-amd64.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-math
set VCS_DIRECTORY=gz-math
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true
set COLCON_PACKAGE=ignition-math
Expand Down
2 changes: 1 addition & 1 deletion jenkins-scripts/ign_msgs-default-devel-windows-amd64.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-msgs
set VCS_DIRECTORY=gz-msgs
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-physics
set VCS_DIRECTORY=gz-physics
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-plugin
set VCS_DIRECTORY=gz-plugin
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo on
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-rendering
set VCS_DIRECTORY=gz-rendering
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo on
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-sensors
set VCS_DIRECTORY=gz-sensors
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-tools
set VCS_DIRECTORY=gz-tools
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-transport
set VCS_DIRECTORY=gz-transport
set PLATFORM_TO_BUILD=amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo on
set SCRIPT_DIR=%~dp0

set VCS_DIRECTORY=ign-utils
set VCS_DIRECTORY=gz-utils
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

Expand Down