Yet another attempt

This commit is contained in:
Serge Lamikhov-Center 2022-02-08 18:40:00 +02:00
parent 6151e5f089
commit 99e4b888c9

View File

@ -22,6 +22,7 @@ install:
- sudo apt-get install libboost-test-dev
script:
- mkdir build
- cmake -B build -DCMAKE_BUILD_TYPE=Release -DELFIO_BUILD_EXAMPLES=YES -DELFIO_BUILD_TESTS=YES
- cmake --build build --config Release
- cd build