mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Workflow tinkering
This commit is contained in:
10
.github/workflows/continuous-integration-v2.yml
vendored
10
.github/workflows/continuous-integration-v2.yml
vendored
@@ -17,19 +17,21 @@ on:
|
|||||||
#CI workflows, limited coverage atm
|
#CI workflows, limited coverage atm
|
||||||
jobs:
|
jobs:
|
||||||
standard:
|
standard:
|
||||||
continue-on-error: true
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
- name: Install Updates
|
- name: Install Updates
|
||||||
run: sudo apt update && sudo apt upgrade -y
|
run: sudo apt update && sudo apt upgrade -y
|
||||||
- name: Run all tests
|
- name: Run all tests
|
||||||
run: make tests
|
run: make tests
|
||||||
gdb:
|
gdb:
|
||||||
continue-on-error: true
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
- name: Install Updates
|
- name: Install Updates
|
||||||
run: sudo apt update && sudo apt upgrade -y
|
run: sudo apt update && sudo apt upgrade -y
|
||||||
- name: Install GDB if not present
|
- name: Install GDB if not present
|
||||||
|
|||||||
Reference in New Issue
Block a user