File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 13
13
- name : apt
14
14
run : sudo apt-get update && sudo apt-get install -yq libzmq3-dev libdw-dev libgtest-dev cmake
15
15
- name : Install gtest manually
16
- run : cd /usr/src/gtest && sudo cmake CMakeLists.txt && sudo make && sudo cp lib/*.a /usr/lib
16
+ working-directory : /usr/src/gtest
17
+ run : sudo cmake CMakeLists.txt && sudo make && sudo cp lib/*.a /usr/lib
17
18
# build project
18
19
- name : mkdir
19
20
run : mkdir build
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
42
42
43
43
#---- project configuration ----
44
44
option (BUILD_EXAMPLES "Build tutorials and examples" ON )
45
+ option (BUILD_SAMPLES "Build sample nodes" ON )
45
46
option (BUILD_UNIT_TESTS "Build the unit tests" ON )
46
47
option (BUILD_TOOLS "Build commandline tools" ON )
47
48
option (BUILD_SHARED_LIBS "Build shared libraries" ON )
You can’t perform that action at this time.
0 commit comments