testing.yml 323 B

123456789101112131415161718
  1. # https://rhysd.github.io/actionlint/
  2. name: Testing
  3. on: [push]
  4. jobs:
  5. linux:
  6. runs-on: ubuntu-latest
  7. steps:
  8. - uses: actions/checkout@v3
  9. - name: Test Build
  10. run: misc/dbuild.sh
  11. macos:
  12. runs-on: macos-11
  13. steps:
  14. - uses: actions/checkout@v3
  15. - name: Test Build
  16. run: misc/macbuild.sh