add test with noexception

This commit is contained in:
MITSUNARI Shigeo 2022-05-13 17:23:32 +09:00
parent 30144f8091
commit 87e14f02a5

View file

@ -10,3 +10,4 @@ jobs:
- run: sudo apt update
- run: sudo apt install nasm yasm g++-multilib tcsh
- run: make test
- run: make -C sample CXXFLAGS="-DXBYAK_NO_EXCEPTION"