mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-29 08:34:47 +08:00
add win and maxos test ci
This commit is contained in:
@@ -29,14 +29,8 @@ jobs:
|
||||
sudo apt-get install openssl
|
||||
sudo apt-get install libssl-dev
|
||||
|
||||
# - name: Install newer Clang
|
||||
# run: |
|
||||
# wget https://apt.llvm.org/llvm.sh
|
||||
# chmod +x ./llvm.sh
|
||||
# sudo ./llvm.sh 11
|
||||
|
||||
- name: Configure CMake
|
||||
run: CXX=clang++-11 CC=clang-11 cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.mode}} -DCINATRA_ENABLE_SSL=${{matrix.ssl}} -DBUILD_WITH_LIBCXX=${{matrix.libcxx}}
|
||||
run: CXX=clang++ CC=clang cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.mode}} -DCINATRA_ENABLE_SSL=${{matrix.ssl}} -DBUILD_WITH_LIBCXX=${{matrix.libcxx}}
|
||||
|
||||
- name: Build
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{matrix.mode}}
|
||||
|
||||
Reference in New Issue
Block a user