Обновить .gitea/workflows/arch.yaml
This commit is contained in:
parent
537daec883
commit
9ac18a21a6
@ -40,3 +40,31 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: bforce-${{ env.BFORCE_VER }}-Arch
|
name: bforce-${{ env.BFORCE_VER }}-Arch
|
||||||
path: bforce
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user