File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 # CXXFLAGS: -Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls
4545 CXXFLAGS : -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls
4646 CLANG_TIDY_ARGS : --fix --fix-errors --format-style=file
47- UPSTREAM_WORKSPACE : .github/workflows/upstream.ros2.rosinstall
4847 # Install and start xvfb for GLFW
4948 AFTER_INIT : ${{ matrix.render_backend == 'GLFW' && 'apt-get install -qy xvfb; Xvfb :99 &' || '' }}
5049 # Pull any updates to the upstream workspace
51- AFTER_SETUP_UPSTREAM_WORKSPACE : vcs pull $BASEDIR/upstream_ws/src
5250 AFTER_SETUP_DOWNSTREAM_WORKSPACE : vcs pull $BASEDIR/downstream_ws/src
5351 # Clear ccache stats before and log the stats after the build
5452 AFTER_SETUP_CCACHE : ccache --zero-stats --max-size=10.0G
5957 -DCMAKE_BUILD_TYPE=${{ matrix.env.CCOV && 'Debug' || 'Release'}}
6058 -DCMAKE_CXX_FLAGS="-Werror $CXXFLAGS${{ matrix.env.CCOV && ' --coverage -O2 -fno-omit-frame-pointer'}}"
6159 -DRENDER_BACKEND=${{ matrix.render_backend }}
62- UPSTREAM_CMAKE_ARGS : -DCMAKE_CXX_FLAGS= -DCMAKE_CXX_STANDARD=17
6360
6461 CCACHE_DIR : ${{ github.workspace }}/.ccache
6562 BASEDIR : ${{ github.workspace }}/.work
You can’t perform that action at this time.
0 commit comments