File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,13 @@ jobs:
66
66
make -j $(nproc)
67
67
sudo make install
68
68
69
+ - uses : ./.github/actions/install/gtest
70
+
69
71
- name : setup
70
72
run : |
71
73
mkdir build
72
74
cd build
73
- cmake .. -DJWT_BUILD_EXAMPLES=OFF
75
+ cmake .. -DJWT_BUILD_EXAMPLES=ON -DJWT_BUILD_TESTS=ON
74
76
sudo make install
75
77
76
78
- name : test
Original file line number Diff line number Diff line change 5
5
unset (PICOJSON_INCLUDE_DIR CACHE )
6
6
find_path (PICOJSON_INCLUDE_DIR "picojson/picojson.h" )
7
7
if (EXISTS "${PICOJSON_INCLUDE_DIR} /picojson/picojson.h" )
8
- add_library (kazuho_picojson INTERFACE " ${PICOJSON_INCLUDE_DIR} /picojson/picojson.h" )
8
+ add_library (kazuho_picojson INTERFACE )
9
9
target_include_directories (kazuho_picojson INTERFACE ${PICOJSON_INCLUDE_DIR} )
10
10
endif ()
You can’t perform that action at this time.
0 commit comments