Try to fix Travis build dir

This commit is contained in:
Serge Lamikhov-Center 2022-02-08 18:12:46 +02:00
parent c0c993490f
commit bb920f670f

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 build
- cd $TRAVIS_BUILD_DIR/ELFIO/build
- ctest -VV
- cd ..