Skip to content

Commit

Permalink
fixup! Merge pull request ornladios#3631 from scottwittenburg/ci-rewo…
Browse files Browse the repository at this point in the history
…rk-gcc-builds
  • Loading branch information
vicentebolea committed Jul 12, 2023
1 parent 9965921 commit ff0ec46
Show file tree
Hide file tree
Showing 44 changed files with 3 additions and 65 deletions.
62 changes: 0 additions & 62 deletions scripts/ci/cmake-v2/ci-common.cmake

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/ci/cmake/ci-common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(NOT CTEST_BUILD_FLAGS)
if(CTEST_CMAKE_GENERATOR STREQUAL "Unix Makefiles")
set(CTEST_BUILD_FLAGS "-k -j${N2CPUS}")
elseif(CTEST_CMAKE_GENERATOR STREQUAL "Ninja")
set(CTEST_BUILD_FLAGS "-k0 -j${N2CPUS}")
set(CTEST_BUILD_FLAGS "-j${N2CPUS}")
endif()
endif()
if(NOT PARALLEL_LEVEL IN_LIST CTEST_TEST_ARGS)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/ci/gh-actions/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
export CI_BIN_DIR="${CI_ROOT_DIR}/${GH_YML_JOBNAME}"

STEP=$1
CTEST_SCRIPT=gha/scripts/ci/cmake-v2/ci-${GH_YML_JOBNAME}.cmake
CTEST_SCRIPT=gha/scripts/ci/cmake/ci-${GH_YML_JOBNAME}.cmake

# Update and Test steps enable an extra step
CTEST_STEP_ARGS="-Ddashboard_do_${STEP}=ON"
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/gitlab-ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

source scripts/ci/gitlab-ci/setup-vars.sh

readonly CTEST_SCRIPT=scripts/ci/cmake-v2/ci-${CI_JOB_NAME}.cmake
readonly CTEST_SCRIPT=scripts/ci/cmake/ci-${CI_JOB_NAME}.cmake
if [ ! -f "$CTEST_SCRIPT" ]
then
echo "[E] Variable files does not exits: $CTEST_SCRIPT"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ff0ec46

Please sign in to comment.