summaryrefslogtreecommitdiffstats
path: root/.github/workflows/self_hosted.yml
blob: 35298f0d203236de1ebab53eb77980c69239deac (plain)
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
name: tedge-self-hosted

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
     runs-on: ${{ matrix.os}}

     strategy:
       matrix:

         include:

          - os: Raspbian32

     steps:
      - uses: actions/checkout@v2
      - name: Test and Build script
        run:  bash  ./scripts/test_build.sh