Skip to content

Introduce cmake

Introduce cmake #4

Workflow file for this run

name: Build x86 emulator
on: [push,pull_request]
jobs:
build:
name: "Build x86 emulator"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Generate build system"
run: cmake .
- name: "Build"
run: cmake --build .