mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
Fix ci windows
This commit is contained in:
52
.github/workflows/macos.yml
vendored
52
.github/workflows/macos.yml
vendored
@@ -1,26 +1,26 @@
|
||||
name: macos
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macOS-latest
|
||||
name: "macOS Clang (C++17, Release)"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: |
|
||||
mkdir -p build && cd build
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_CXX_STANDARD=17 \
|
||||
-DSPDLOG_BUILD_EXAMPLE=ON \
|
||||
-DSPDLOG_BUILD_WARNINGS=ON \
|
||||
-DSPDLOG_BUILD_BENCH=OFF \
|
||||
-DSPDLOG_BUILD_TESTS=ON \
|
||||
-DSPDLOG_SANITIZE_ADDRESS=OFF
|
||||
make -j 4
|
||||
ctest -j 4 --output-on-failure
|
||||
#name: macos
|
||||
#
|
||||
#on: [push, pull_request]
|
||||
#
|
||||
#permissions:
|
||||
# contents: read
|
||||
#
|
||||
#jobs:
|
||||
# build:
|
||||
# runs-on: macOS-latest
|
||||
# name: "macOS Clang (C++17, Release)"
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - name: Build
|
||||
# run: |
|
||||
# mkdir -p build && cd build
|
||||
# cmake .. \
|
||||
# -DCMAKE_BUILD_TYPE=Release \
|
||||
# -DCMAKE_CXX_STANDARD=17 \
|
||||
# -DSPDLOG_BUILD_EXAMPLE=ON \
|
||||
# -DSPDLOG_BUILD_WARNINGS=ON \
|
||||
# -DSPDLOG_BUILD_BENCH=OFF \
|
||||
# -DSPDLOG_BUILD_TESTS=ON \
|
||||
# -DSPDLOG_SANITIZE_ADDRESS=OFF
|
||||
# make -j 4
|
||||
# ctest -j 4 --output-on-failure
|
||||
|
Reference in New Issue
Block a user