File: testing.yml

package info (click to toggle)
audiowmark 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: cpp: 10,571; sh: 1,867; makefile: 107; python: 34
file content (23 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# https://rhysd.github.io/actionlint/

name: Testing
on: [push]
jobs:
  linux:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - name: Test Linux Build
      run: misc/dbuild.sh
  macos:
    runs-on: macos-latest
    steps:
    - uses: actions/checkout@v3
    - name: Test macOS Build
      run: misc/macbuild.sh
  macos-13:
    runs-on: macos-13
    steps:
    - uses: actions/checkout@v3
    - name: Test macOS Build
      run: misc/macbuild.sh