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:
committed by
GitHub
parent
a100b900c5
commit
667e7f670e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user