Skip to content

Commit

Permalink
add win and maxos test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengjian526 committed Jan 21, 2024
1 parent b1d4e85 commit 6ed439d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/linux_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 6ed439d

Please sign in to comment.