Skip to content

add perf.cpp to Makefile #272

add perf.cpp to Makefile

add perf.cpp to Makefile #272

Workflow file for this run

on: [push]
jobs:
ClangFormatCheck:
runs-on: ubuntu-20.04
name: check clang format
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check clang format
run: ./.github/automation/clang-format.sh
shell: bash
ci_test_job:
runs-on: ubuntu-20.04
name: Test for xbyak_translator_aarch64
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test action step
uses: ./.github/actions/test_action