Skip to content

Enable MSVC (cl.exe) build on Windows ARM64 #4773

Enable MSVC (cl.exe) build on Windows ARM64

Enable MSVC (cl.exe) build on Windows ARM64 #4773

Workflow file for this run

name: benchmark & examples
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
run: cmake -B _build -DBUILD_BENCHMARK=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build _build
- name: Testing sequential
run: cmake --build _build --target xbenchmark