RPM, tests, pointlist indexing and nlookup-ing, lint fixes #4
@ -6,8 +6,9 @@ on:
|
||||
if: ${{ github.ref }} == 'refs/head/master'
|
||||
jobs:
|
||||
build-alt:
|
||||
runs-on: alt-latest
|
||||
|
||||
## runs-on: alt-latest
|
||||
container:
|
||||
image: prj.zxalexis.ru/zx/alt-rpmbuild
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
@ -15,14 +16,14 @@ jobs:
|
||||
- name: Checking environment
|
||||
continue-on-error: true
|
||||
run: printenv
|
||||
- name: Installing prerequisites - update apt
|
||||
run: apt-get update
|
||||
- name: Installing prerequisites - install nodejs for actions & git
|
||||
run: apt-get install -y git nodejs su
|
||||
- name: Installing build environment
|
||||
continue-on-error: true
|
||||
run: |
|
||||
apt-get install -y gcc rpm-build rpmlint make python gear hasher fakeroot patch rpmdevtools
|
||||
## - name: Installing prerequisites - update apt
|
||||
## run: apt-get update
|
||||
## - name: Installing prerequisites - install nodejs for actions & git
|
||||
## run: apt-get install -y git nodejs su
|
||||
## - name: Installing build environment
|
||||
## continue-on-error: true
|
||||
## run: |
|
||||
## apt-get install -y gcc rpm-build rpmlint make python gear hasher fakeroot patch rpmdevtools
|
||||
- name: Installing needed software
|
||||
run: apt-get install -y bison tcl
|
||||
- name: Adding build user
|
||||
|
Loading…
x
Reference in New Issue
Block a user