mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
WIP CI
This commit is contained in:
parent
7c63164103
commit
397d919082
2 changed files with 5 additions and 5 deletions
6
.github/actions/setup.yml
vendored
6
.github/actions/setup.yml
vendored
|
|
@ -4,12 +4,8 @@ description: "Setup the environment"
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0 # Need the tags to build
|
||||
# Setup the SDKs
|
||||
- name: Set up Python 3.9
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
|
|
|||
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
|
|
@ -29,6 +29,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: pre-commit
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0 # Need the tags to build
|
||||
- name: Setup
|
||||
uses: ./.github/actions/setup.yml
|
||||
- name: Native build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue