mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Update ci.yml
This commit is contained in:
parent
d330e7195e
commit
c7e7850322
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: CMake
|
- name: CMake
|
||||||
shell: pwsh
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
@ -135,10 +135,12 @@ jobs:
|
|||||||
-D CMAKE_CXX_STANDARD=${{ matrix.config.CXX_STANDARD }} ..
|
-D CMAKE_CXX_STANDARD=${{ matrix.config.CXX_STANDARD }} ..
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: pwsh
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }}
|
cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }}
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: ctest -C Release -VV --build-run-dir build/${{ matrix.config.BUILD_TYPE }}
|
shell: cmd
|
||||||
|
run: ctest -VV -C {{ matrix.config.BUILD_TYPE }} --test-dir build/tests --build-run-dir build/${{ matrix.config.BUILD_TYPE }} --no-tests=error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user