Yet another attempt

This commit is contained in:
Serge Lamikhov-Center 2022-02-08 18:42:32 +02:00
parent 99e4b888c9
commit a54a38af89

View File

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