add win and maxos test ci

This commit is contained in:
zhengjian
2024-01-21 20:52:24 +08:00
parent ecea995eb6
commit ac56b6bef9
5 changed files with 162 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
sudo apt-get install libssl-dev
- name: Configure CMake
run: CXX=g++ CC=gcc cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.mode}} -DCINATRA_ENABLE_SSL=${{matrix.ssl}}
run: CXX=g++ CC=gcc cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.mode}} -DENABLE_SSL=${{matrix.ssl}}
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{matrix.mode}}