Skip to content

Commit

Permalink
Fix #294 & go travis tests
Browse files Browse the repository at this point in the history
Enable build of golang backend (by revert of 6e5da12) and fix the
broken golang test due to missing header files and lib (by installing
lcm after successful build).
  • Loading branch information
gustafj committed Feb 10, 2020
1 parent 657d3fc commit 92607cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ script:
- cd build
- cmake ..
- make
- make install
- ctest --verbose
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ endif()
lcm_option(
LCM_ENABLE_GO
"Build Go utilities, bindings is source distributed"

# Disable until #294 is resolved
FALSE Go)
# GO_FOUND Go)
GO_FOUND Go)

option(LCM_ENABLE_TESTS "Build unit tests" ON)
if(LCM_ENABLE_TESTS)
Expand Down

0 comments on commit 92607cc

Please sign in to comment.