forked from nnstreamer/nnstreamer
-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (24 loc) · 853 Bytes
/
risc-v.yml
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: Test on RISCV64 Ubuntu 20.04
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build_job:
runs-on: ubuntu-20.04
name: Build on alpine RISC-V
steps:
- uses: actions/[email protected]
- uses: myungjoo/run-on-arch-action@master
name: Run commands
id: Build
with:
arch: riscv64
distro: ubuntu20.04
githubToken: ${{ github.token }}
run: |
apt-get -qy update
apt-get -qy install meson ninja-build libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libglib2.0-dev libjson-glib-dev gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good libgtest-dev libpng-dev libopencv-dev python3 python3-dev python3-numpy pkg-config gcc g++ liblua5.1-dev
meson build
ninja -C build