Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Bench: 2371835
  • Loading branch information
SzilBalazs committed Aug 10, 2023
1 parent fd5ea15 commit 5883dda
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
compiler: [clang++, clang]
arch: [popcnt, avx2, bmi2]
include:
- os: ubuntu-latest
compiler: clang++
suffix: "-linux"
packages: |
sudo apt-get update
sudo apt-get install clang-15
- os: windows-latest
compiler: clang
suffix: "-win"

steps:
Expand All @@ -34,8 +31,8 @@ jobs:

- name: Build WhiteCore
run: |
${{matrix.compiler}} --version
make CXX=${{matrix.compiler}} EXE=WhiteCore-${{matrix.arch}}${{matrix.suffix}} ARCH=${{matrix.arch}}
clang++ --version
make EXE=WhiteCore-${{matrix.arch}}${{matrix.suffix}} ARCH=${{matrix.arch}}
- name: Run tests
run: ./WhiteCore-${{matrix.arch}}${{matrix.suffix}} test
Expand Down

0 comments on commit 5883dda

Please sign in to comment.