Parametrize CI workflows build type (#1324)

The Release is the default, it's also possible to run package_all with
RelWithDebInfo
This commit is contained in:
Aidar Samerkhanov
2023-10-17 01:04:08 +03:00
committed by GitHub
parent a100b900c5
commit 667e7f670e
8 changed files with 116 additions and 35 deletions

View File

@@ -30,7 +30,7 @@ jobs:
# Build only memgraph release binaries.
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake -DCMAKE_BUILD_TYPE=release ..
make -j$THREADS
- name: Get branch name (merge)