mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-19 11:14:46 +00:00
Add CMake build to Travis
This commit is contained in:
parent
a142d45a6c
commit
deec66cb4e
@ -25,7 +25,14 @@ script:
|
||||
- autoreconf -f -i
|
||||
- ./configure CXXFLAGS=--std=c++11
|
||||
- make
|
||||
|
||||
- cd tests
|
||||
- autoreconf -f -i
|
||||
- ./configure CXXFLAGS=--std=c++11
|
||||
- make check
|
||||
|
||||
- cd ..
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- cmake --build .
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
add_subdirectory(anonymizer)
|
||||
add_subdirectory(elfdump)
|
||||
#add_subdirectory(RelocationTable)
|
||||
add_subdirectory(tutorial)
|
||||
add_subdirectory(write_obj)
|
||||
add_subdirectory(writer)
|
Loading…
Reference in New Issue
Block a user