Skip to content

Commit

Permalink
Merge pull request #743 from mcserep/ci-release-build
Browse files Browse the repository at this point in the history
Build CodeCompass in Release mode in CI
  • Loading branch information
intjftw authored May 8, 2024
2 parents e681750 + 7681d4e commit de60077
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build project
on: [push, pull_request, workflow_dispatch]

env:
BUILD_TYPE: Debug
BUILD_TYPE: RelWithDebInfo
## For locally compiled dependencies
INSTALL_PATH: ${{github.workspace}}/dependencies/install
## Temp directory for installers of the downloaded dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
analyze-cpp:
name: Analyze C-C++
env:
BUILD_TYPE: Debug
BUILD_TYPE: RelWithDebInfo
INSTALL_PATH: ${{github.workspace}}/dependencies/install
DOWNLOAD_PATH: ${{github.workspace}}/dependencies/download
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/build-codecompass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cd $CC_BUILD_DIR
cmake $CC_SRC_DIR \
-DCMAKE_INSTALL_PREFIX=$CC_INSTALL_DIR \
-DDATABASE=pgsql \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_AUTH="plain;ldap" \
-DLLVM_DIR=$DEPS_INSTALL_RUNTIME_DIR/llvm/lib/cmake/llvm/ \
-DClang_DIR=$DEPS_INSTALL_RUNTIME_DIR/llvm/lib/cmake/clang/
Expand Down

0 comments on commit de60077

Please sign in to comment.