Обновить .gitea/workflows/arch.yaml
Some checks failed
Altlinux build / build-alt (push) Successful in 2m22s
Archlinux build / build-arch (push) Successful in 3m18s
Archlinux build / make-test (push) Failing after 42s
Debian build / build-ubuntu (push) Successful in 4m12s

This commit is contained in:
Alexey Khromov 2025-04-18 22:59:42 +03:00
parent 537daec883
commit 9ac18a21a6

View File

@ -40,3 +40,31 @@ jobs:
with:
name: bforce-${{ env.BFORCE_VER }}-Arch
path: bforce
make-test:
runs-on: arch-latest
branches:
- 'master'
steps:
- name: Checking environment
continue-on-error: true
run: printenv
- name: Installing prerequisites - update pacman
run: pacman -Sy
- name: Installing prerequisites - install nodejs for actions & git
run: pacman --disable-sandbox --noconfirm -v -S git nodejs socat
- name: Downloading source tree
continue-on-error: false
uses: actions/checkout@v3
- name: Constructing artifact name and version
run: |
echo "BFORCE_VER=$(cat ${{ github.workspace }}/bforce/source/.version)-$(date +%Y%M%d)" >> $GITHUB_ENV
- name: Downloading artifact
uses: actions/downloadartifact@v3
- name: Installing archlinux package
run: |
ls -la
cd ${{ github.workspace }}/tests
echo '-----------------------------------------'
ls -la