39e21920db
Merge commit 'c926d9f40978bee57fbf245cf1c6eb347943e4d9'
13 lines
285 B
YAML
13 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"
|