adds test preset and updates README.md
All checks were successful
SCC Test/pipeline/head This commit looks good
All checks were successful
SCC Test/pipeline/head This commit looks good
This commit is contained in:
@@ -13,9 +13,9 @@ In Console:
|
||||
python3 -mvenv .venv
|
||||
. .venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
cmake -S . -B build --preset Release
|
||||
cmake --build build -j30
|
||||
cmake --build build --target test
|
||||
cmake --preset Release
|
||||
cmake --build build/Release -j30
|
||||
cmake --build build/Release --target test
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user