build test 10
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m6s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m6s
This commit is contained in:
parent
00da1c9f32
commit
626cfa64f2
@ -9,12 +9,12 @@ jobs:
|
|||||||
- name: Ensure That Build system available
|
- name: Ensure That Build system available
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
DEBIAN_FRONTEND=noninteractive apt install -y make ninja-build gcc
|
DEBIAN_FRONTEND=noninteractive apt install -y cmake make ninja-build gcc
|
||||||
- name: Prepare Environment
|
- name: Prepare Environment
|
||||||
run: |
|
run: |
|
||||||
python3 -m venv ~/py/
|
python3 -m venv ~/py/
|
||||||
source ~/py/bin/activate
|
source ~/py/bin/activate
|
||||||
pip install meson cmake
|
pip install meson
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user