Skip to content

Commit

Permalink
update case
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Aug 14, 2023
1 parent fd2f6a0 commit f1d2d39
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/test_archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,10 @@ jobs:
sed -i 's/\/home\/xiaoming\/Desktop\/opencv/\/usr\/local/g' partform_unix.pri
./build_deb.sh
- name: build_docker_image
shell: bash -l {0}
run: |
docker pull testcab/yay
- uses: addnab/docker-run-action@v3
with:
image: m0rf30/arch-yay:latest
options: -v ${{ github.workspace }}:/work
run: |
yay -Syu --noconfirm gdb
yay -Syu --noconfirm yuvviewer-bin
Expand All @@ -68,7 +64,14 @@ jobs:
echo ".................................................."
echo "test run yuvviewer E"
echo "run" > ~/.gdbinit
cp ./out_arch/YUVviewer /opt/YUVviewer/YUVviewer
cp /work/out_arch/YUVviewer /opt/YUVviewer/YUVviewer
gdb --args /opt/YUVviewer/YUVviewer --version
echo "test run yuvviewer X"
- name: Upload build asserts
uses: actions/[email protected]
with:
name: out_arch
path: |
./out_arch

0 comments on commit f1d2d39

Please sign in to comment.