Skip to content

Commit

Permalink
test(): windows gcc, set compiler opt
Browse files Browse the repository at this point in the history
  • Loading branch information
0-Sacha committed Mar 13, 2024
1 parent 35b497d commit 61b3578
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ProjectCore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
windows-latest-msvc:
runs-on: windows-latest
steps:
- name: Install MSVC
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x64
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- name: Mount bazel cache
Expand Down Expand Up @@ -44,9 +40,9 @@ jobs:
path: "~/.cache/bazel"
key: bazel
- name: Building...
run: bazelisk build --copt=-std=c++20 //...
run: bazelisk build --compiler=msys-gcc --copt=-std=c++20 //...
- name: Testing...
run: bazelisk test --copt=-std=c++20 //...
run: bazelisk test --compiler=msys-gcc --copt=-std=c++20 //...

ubuntu-latest-gcc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 61b3578

Please sign in to comment.