Skip to content

wip changes (crashing on emulation start with d3d set) #58

wip changes (crashing on emulation start with d3d set)

wip changes (crashing on emulation start with d3d set) #58

Workflow file for this run

name: Ubuntu Latest Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
with:
submodules: recursive
- name: Install Dependencies
run: >-
bash installdeps
- name: Configure
run: >-
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
- name: Build
run: ninja -C build
- name: Install
run: sudo ninja -C build install