From e2227467174fd58c82a481afc1024141dbf823f2 Mon Sep 17 00:00:00 2001 From: xiaoming <2014500726@smail.xtu.edu.cn> Date: Mon, 14 Aug 2023 11:46:01 +0800 Subject: [PATCH] =?UTF-8?q?ci:test=20archlinux=20run=20ci=20archlinux=20?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=A4=B1=E8=B4=A5=20#17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn> --- .github/workflows/test_archlinux.yml | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/workflows/test_archlinux.yml diff --git a/.github/workflows/test_archlinux.yml b/.github/workflows/test_archlinux.yml new file mode 100644 index 0000000..c6544f4 --- /dev/null +++ b/.github/workflows/test_archlinux.yml @@ -0,0 +1,37 @@ +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 + \ No newline at end of file