Skip to content

Commit

Permalink
Trying to debug windows ci 5
Browse files Browse the repository at this point in the history
Bench: 2134743
  • Loading branch information
SzilBalazs committed Aug 17, 2023
1 parent 042aca9 commit 89fa7bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ on: [push]
jobs:
WhiteCore:
runs-on: ${{matrix.os}}
name: WhiteCore ${{matrix.arch}} ${{matrix.os}}
name: WhiteCore ${{matrix.arch}} ${{matrix.os}} ${{matrix.compiler}}}

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
arch: [popcnt, avx2, bmi2]
compiler: [g++, clang++]
include:
- os: ubuntu-latest
compiler: [g++, clang++]
suffix: "-linux"
packages: |
sudo apt-get update
sudo apt-get install valgrind clang-15 g++
- os: windows-latest
compiler: [g++, clang-cl]
suffix: "-win"
exe-suffix: ".exe"

Expand Down Expand Up @@ -66,5 +66,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: WhiteCore-${{matrix.arch}}${{matrix.suffix}}${{matrix.exe-suffix}}
name: WhiteCore-${{matrix.arch}}-${{matrix.compiler}}${{matrix.suffix}}${{matrix.exe-suffix}}
path: ./WhiteCore-${{matrix.arch}}${{matrix.suffix}}${{matrix.exe-suffix}}

0 comments on commit 89fa7bf

Please sign in to comment.