File: testing.yml

package info (click to toggle)
openttd-opensfx 1.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,576 kB
  • sloc: sh: 166; makefile: 70; python: 12
file content (34 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: Testing

on:
  push:
    branches:
    - master
  pull_request:

jobs:
  build:
    name: Build OpenSFX
    runs-on: ubuntu-latest
    steps:
    - name: Checkout
      uses: actions/checkout@v2
      with:
        fetch-depth: 0
    - name: Checkout tags
      uses: openttd/actions/checkout@v1
      with:
        with-tags: true
    - name: Install dependencies
      run: |
        set -e

        sudo apt update
        sudo apt install -y catcodec --no-install-recommends
    - name: Build
      run: |
        set -e

        make maintainer-clean
        make bundle_tar bundle_src