Skip to content

[Z80InstrBuilder][#60] Fix building instructions with ix/iy as altern… #15

[Z80InstrBuilder][#60] Fix building instructions with ix/iy as altern…

[Z80InstrBuilder][#60] Fix building instructions with ix/iy as altern… #15

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cmake
run: cmake .
- name: make
run: make
- name: make test
run: make test