-
Notifications
You must be signed in to change notification settings - Fork 5
45 lines (40 loc) · 1.09 KB
/
test_archlinux.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: test_archlinux
on:
push:
branches: [ test_archlinux ]
paths-ignore:
- 'doc/**'
- 'README.md'
- 'README_zh_CN.md'
- 'DEVELOPNOTE.md'
- '.readthedocs.yaml'
pull_request:
branches: [ test_archlinux ]
paths-ignore:
- 'doc/**'
- 'README.md'
- 'README_zh_CN.md'
- 'DEVELOPNOTE.md'
- '.readthedocs.yaml'
workflow_dispatch:
jobs:
ubuntu-2004:
runs-on: ubuntu-20.04
steps:
- 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
run: |
yay -Syu --noconfirm yuvviewer-bin
echo "test ldd yuvviewer E"
ldd /opt/YUVviewer/YUVviewer
echo "test ldd yuvviewer X"
echo ".................................................."
echo "test run yuvviewer E"
echo "run" > ~/.gdbinit
gdb --args /opt/YUVviewer/YUVviewer --version
echo "test run yuvviewer X"