Commit 3aca76e4 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

test in release mode

1 merge request!2refactor structure and proper cmake instructions
Showing with 1 addition and 1 deletion
+1 -1
......@@ -9,7 +9,7 @@ build:
# install dependencies
- micromamba install --yes --file environment-dev.yml
# configure evalhyd
- cmake -B build
- cmake -B build -D CMAKE_BUILD_TYPE=Release -D CMAKE_PREFIX_PATH="$CONDA_PREFIX"
# compile evalhyd
- cmake --build build --parallel
# run tests
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment