updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hyung-hwan 2023-05-19 13:23:45 +09:00
parent e2abfe07ab
commit fba6c2b773

View File

@ -8,4 +8,4 @@ steps:
commands:
- mkdir bld-gcc13 && cd bld-gcc13
- ../configure
- make && make test
- make && make check