Travis build

This commit is contained in:
Serge Lamikhov-Center 2022-02-08 18:32:18 +02:00
parent bb920f670f
commit 6151e5f089

View File

@ -24,6 +24,6 @@ install:
script:
- cmake -B build -DCMAKE_BUILD_TYPE=Release -DELFIO_BUILD_EXAMPLES=YES -DELFIO_BUILD_TESTS=YES
- cmake --build build --config Release
- cd $TRAVIS_BUILD_DIR/ELFIO/build
- cd build
- ctest -VV
- cd ..