Skip to content

Commit

Permalink
fixing version numbers to get a nice build #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 4, 2025
1 parent cc91b94 commit 133ceef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jenkins/sign-macos-installer.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ pipeline {
git config --global advice.detachedHead false

# Cloning JuPedSim
git clone -q --filter=tree:0 --branch master https://github.com/PedestrianDynamics/jupedsim.git
git clone -q --filter=tree:0 --branch v1.2.1 https://github.com/PedestrianDynamics/jupedsim.git

# Building JuPedSim
cmake -Wno-dev -D CMAKE_INSTALL_PREFIX=jupedsim-install -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -B jupedsim-build jupedsim
cmake --build jupedsim-build -j16 --config Release
cmake --install jupedsim-build --config Release

# Cloning SUMO
git clone -q --filter=tree:0 --branch main https://github.com/eclipse-sumo/sumo.git
git clone -q --filter=tree:0 --branch v1_22_0 https://github.com/eclipse-sumo/sumo.git
export SUMO_HOME=\${WORKSPACE}/sumo

# Creating virtual env for Python for the whole process
Expand Down

0 comments on commit 133ceef

Please sign in to comment.