Skip to content

Commit

Permalink
ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Oct 2, 2024
1 parent a09ed0b commit 6cb700d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab/cscs-ci-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ variables:
BUILD_DIR: "$CI_PROJECT_DIR/build" # Custom build directory
INSTALL_DIR: "$CI_PROJECT_DIR/install" # Custom install directory
CMAKE_BUILD_TYPE: "Debug" # Debug build type
CMAKE_GENERATOR: "Ninja" # Ninja backend for CMake
ARB_GPU: "none" # Default to not using GPU
CUDA_ARCH: "90" # Default cuda architecture

Expand Down Expand Up @@ -51,7 +50,7 @@ variables:
CXX=`which gcc` CC=`which gcc` cmake \
-S $CI_PROJECT_DIR \
-B $BUILD_DIR \
-G "$CMAKE_GENERATOR" \
-GNinja \
-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \
-DCMAKE_INSTALL_PREFIX=$INSTALL_DIR \
-DBUILD_TESTING=ON \
Expand Down

0 comments on commit 6cb700d

Please sign in to comment.