mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Yet another attempt
This commit is contained in:
parent
99e4b888c9
commit
a54a38af89
@ -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 ..
|
||||
|
Loading…
Reference in New Issue
Block a user