File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 2525
2626 - name : Install dependencies
2727 run : |
28- brew install ninja inih googletest
28+ brew install inih googletest
2929
3030 - name : Build
3131 run : |
Original file line number Diff line number Diff line change 2020
2121 - name : Install dependencies
2222 run : |
23- brew install ninja inih googletest
23+ brew install inih googletest
2424
2525 - name : Build
2626 run : |
Original file line number Diff line number Diff line change 9494
9595 - name : Install dependencies
9696 run : |
97- brew install ninja inih googletest
97+ brew install inih googletest
9898
9999 - name : Build
100100 run : |
Original file line number Diff line number Diff line change @@ -71,23 +71,16 @@ jobs:
7171
7272 - name : Install dependencies
7373 run : |
74- brew install ninja
75- brew install inih
76- brew install tree
77- brew install gettext
78- brew install doxygen
79- brew install graphviz
74+ brew install inih tree doxygen graphviz
8075
8176 - name : Build packaged release
8277 run : |
83- mkdir build
8478 cmake -GNinja -S . -B build \
8579 -DEXIV2_TEAM_PACKAGING=ON \
8680 -DBUILD_SHARED_LIBS=ON \
8781 -DEXIV2_ENABLE_WEBREADY=OFF \
8882 -DEXIV2_ENABLE_NLS=ON \
8983 -DCMAKE_BUILD_TYPE=Release \
90- -DEXIV2_ENABLE_BMFF=ON \
9184 -DEXIV2_TEAM_WARNINGS_AS_ERRORS=ON \
9285 -DEXIV2_BUILD_DOC=ON \
9386 -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
You can’t perform that action at this time.
0 commit comments