mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-13 05:21:03 +00:00
12 lines
200 B
YAML
12 lines
200 B
YAML
name: test
|
|
on: [push]
|
|
|
|
jobs:
|
|
build:
|
|
name: test
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- run: sudo apt install nasm yasm g++-multilib tcsh
|
|
- run: make test
|