forked from nnstreamer/nnstreamer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use dockerfile of nnstreamer's fork designed for nnstreamer packages. Enable gtest, too. Signed-off-by: MyungJoo Ham <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
name: Build on Ubuntu 20.04 RISC-V 64 | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: myungjoo/run-on-arch-action@master | ||
- uses: nnstreamer/run-on-arch-action@master | ||
name: Run commands | ||
id: Build | ||
with: | ||
|
@@ -21,7 +21,7 @@ jobs: | |
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 bash wget libpng-dev | ||
bash .github/workflows/get_ssat.sh | ||
meson build | ||
meson build -Denable-tizen=false -Denable-test=true | ||
ninja -C build | ||
export NNSTREAMER_SOURCE_ROOT_PATH=$(pwd) | ||
export NNSTREAMER_BUILD_ROOT_PATH=$(pwd)/build | ||
|
@@ -33,3 +33,4 @@ jobs: | |
export NNSTREAMER_TRAINERS=${NNSTREAMER_BUILD_ROOT_PATH}/ext/nnstreamer/tensor_trainer | ||
bash ./packaging/run_unittests_binaries.sh ./tests | ||
cd tests/nnstreamer_converter && ssat && cd ../.. | ||
./packaging/run_unittests_binaries.sh ./tests |