This commit is contained in:
parent
b85fa6fc76
commit
0cde5159af
@ -3,11 +3,14 @@ run-name: ${{ gitea.actor }} runs verification of the project
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- "master"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Is-Buildable:
|
Is-Buildable:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: docker:latest
|
||||||
|
options: --cpusccet-cpus="0-3"
|
||||||
steps:
|
steps:
|
||||||
- name: Ensure That Build system available
|
- name: Ensure That Build system available
|
||||||
run: |
|
run: |
|
||||||
@ -22,7 +25,7 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: "true"
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user