mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-13 10:30:07 +01:00
14 lines
285 B
YAML
14 lines
285 B
YAML
name: test
|
|
on: [push]
|
|
|
|
jobs:
|
|
build:
|
|
name: test
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- run: sudo apt update
|
|
- run: sudo apt install nasm yasm g++-multilib tcsh
|
|
- run: make test
|
|
- run: make -C sample CXXFLAGS="-DXBYAK_NO_EXCEPTION"
|