mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the code
|
|
||||||
uses: actions/checkout@v5
|
|
||||||
with:
|
|
||||||
fetch-depth: 0 # Need the tags to build
|
|
||||||
# Setup the SDKs
|
# Setup the SDKs
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
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
|
runs-on: ubuntu-latest
|
||||||
needs: pre-commit
|
needs: pre-commit
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout the code
|
||||||
|
uses: actions/checkout@v5
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Need the tags to build
|
||||||
- name: Setup
|
- name: Setup
|
||||||
uses: ./.github/actions/setup.yml
|
uses: ./.github/actions/setup.yml
|
||||||
- name: Native build
|
- name: Native build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue