Skip to content

Commit

Permalink
To revert: validation that ci jobs still use ninja generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Aug 12, 2024
1 parent d59ec1e commit 077a1c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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;;
--eclipse|--ninja|--xcode)
--ninja)
BUILD_GENERATOR=$1;
shift;;
--data-basename)
Expand All @@ -116,7 +116,6 @@ 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 077a1c0

Please sign in to comment.