Skip to content

Commit

Permalink
Revert "To revert: validation that ci jobs still use ninja generator."
Browse files Browse the repository at this point in the history
This reverts commit 077a1c0.
  • Loading branch information
Algiane committed Aug 13, 2024
1 parent 077a1c0 commit 87e5dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci_build_and_test_in_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ do
RUN_UNIT_TESTS=false
shift;;
--cmake-build-type) CMAKE_BUILD_TYPE=$2; shift 2;;
--ninja)
--eclipse|--ninja|--xcode)
BUILD_GENERATOR=$1;
shift;;
--data-basename)
Expand All @@ -116,6 +116,7 @@ do
--exchange-dir) DATA_EXCHANGE_DIR=$2; shift 2;;
--host-config) HOST_CONFIG=$2; shift 2;;
--install-dir-basename) GEOS_DIR=${GEOSX_TPL_DIR}/../$2; shift 2;;
--makefile) BUILD_GENERATOR=""; shift;;
--no-install-schema) GEOS_INSTALL_SCHEMA=false; shift;;
--no-run-unit-tests) RUN_UNIT_TESTS=false; shift;;
--nproc) NPROC=$2; shift 2;;
Expand Down

0 comments on commit 87e5dbc

Please sign in to comment.