File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 path : " **/cpm_modules"
2727 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
2828
29+ - name : Install macOS build dependencies
30+ run : |
31+ brew update
32+ brew install autoconf automake libtool
33+
2934 - name : configure
3035 run : cmake -Stest -Bbuild -DCMAKE_BUILD_TYPE=Debug
3136
Original file line number Diff line number Diff line change 2525 path : " **/cpm_modules"
2626 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
2727
28+ - name : Install build deps
29+ run : |
30+ sudo apt-get update
31+ sudo apt-get install -y libcurl4-openssl-dev
32+
2833 - name : configure
2934 run : cmake -Sstandalone -Bbuild -DCMAKE_BUILD_TYPE=Debug
3035
Original file line number Diff line number Diff line change 2727 path : " **/cpm_modules"
2828 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
2929
30+ - name : Install build deps
31+ run : |
32+ sudo apt-get update
33+ sudo apt-get install -y libcurl4-openssl-dev
34+
3035 - name : configure
3136 run : cmake -Stest -Bbuild -DENABLE_TEST_COVERAGE=1 -DCMAKE_BUILD_TYPE=Debug
3237
Original file line number Diff line number Diff line change 2626 path : " **/cpm_modules"
2727 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
2828
29+ - name : Install zlib via Chocolatey
30+ run : choco install zlib -y
31+
2932 - name : configure
3033 run : cmake -Stest -Bbuild
3134
You can’t perform that action at this time.
0 commit comments