Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build_check.yml « workflows « .github - github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb0343874b98e0b557389c17fc04e6ccd5d348ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Build host tools

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Install prerequisites
      run: sudo apt-get install -y libusb-1.0-0-dev zlib1g-dev libfdt-dev
    - name: make
      run: make tools misc
    - name: make check
      run: make check