RPM, tests, pointlist indexing and nlookup-ing, lint fixes #4

Merged
zx merged 15 commits from zx into master 2025-04-21 10:27:16 +03:00
Showing only changes of commit 9ac18a21a6 - Show all commits

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