Skip to content
Snippets Groups Projects
Commit 3d8060a1 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix: typo

parent 7dcc2d7c
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ build:windows_cpp:
- Write-Host "Build directory :$env:BUILD_DIR"
- mkdir -p $env:BUILD_DIR
- cd $env:BUILD_DIR
- cmake -DCMAKE_BUILD_TYPE=Release -DTESTS=ON -DPYBIND=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCOVERAGE=OFF ..
- cmake -DCMAKE_BUILD_TYPE=Release -DTEST=ON -DPYBIND=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCOVERAGE=OFF ..
- cmake --build . -j2
- cmake --install . --config Debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment