workflow build&test 2
All checks were successful
Verification / Is-Buildable (push) Successful in 2m5s
All checks were successful
Verification / Is-Buildable (push) Successful in 2m5s
This commit is contained in:
parent
15fb311c66
commit
9955c1986c
@ -12,8 +12,9 @@ jobs:
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y cmake make ninja-build gcc
|
||||
- name: Prepare Environment
|
||||
run: |
|
||||
python3 -m venv ~/py/
|
||||
source ~/py/bin/activate
|
||||
python3 -m venv $HOME/py/
|
||||
source $HOME/py/bin/activate
|
||||
echo PATH=$PATH >> $GITEA_ENV
|
||||
pip install meson
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
@ -22,7 +23,6 @@ jobs:
|
||||
- name: Build project
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
source ~/py/bin/activate
|
||||
meson setup build
|
||||
meson compile -C build
|
||||
- name: Unit Test Results
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user