Skip to content

Commit 16da765

Browse files
author
David Rodriguez Sanchez
committed
ci.yml refactoring
1 parent 4434dac commit 16da765

2 files changed

Lines changed: 4 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
- name: test
4848
run: bazel test --cxxopt='-Werror' --cxxopt='-std=c++20' --repo_env=CC=clang --test_output=errors ...
4949

50-
windows-latest-cpp20-cmake-mvsc:
50+
windows-2019-cpp20-cmake-mvsc:
5151
runs-on: windows-2019
5252
steps:
5353
- name: checkout
5454
uses: actions/checkout@v4
55+
- name: cmake configure
56+
run: cmake --preset msvc-16-config-debug
5557
- name: cmake build
56-
run: |
57-
cmake --preset msvc-16-config-debug
58-
cmake --build --preset msvc-16-build-debug
58+
run: cmake --build --preset msvc-16-build-debug

.github/workflows/ci_cmake_win.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)