Yet another attempt

This commit is contained in:
Serge Lamikhov-Center 2022-02-08 18:43:25 +02:00
parent a54a38af89
commit 590de384b8

View File

@ -23,8 +23,8 @@ install:
script:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Release -DELFIO_BUILD_EXAMPLES=YES -DELFIO_BUILD_TESTS=YES
- cmake --build . --config Release
- cd build
- ctest -VV
- cd ..