aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/main.yml
blob: 39dcc866c715414113d7079f6f448e93d949b026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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