Skip to content

introduce ctest.

introduce ctest. #50

Workflow file for this run

name: Build x86 emulator
on: [push,pull_request]
jobs:
build1:
name: Build x86 emulator on Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: libsdl-org/setup-sdl@main
id: sdl
with:
install-linux-dependencies: true
version: 2.30.9
- name: Generate build system
run: cmake .
- name: Build
run: cmake --build .
- name: Run all the tests
run: ctest