mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
improve pipelines
This commit is contained in:
parent
4fe57058d2
commit
578738ca85
4
.github/workflows/backend.yml
vendored
4
.github/workflows/backend.yml
vendored
@ -3,11 +3,13 @@ name: Backend
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
paths: [ "backend/**" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
verify:
|
check:
|
||||||
|
name: Check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: sfja/h5-mst-ci:backend-ci
|
container: sfja/h5-mst-ci:backend-ci
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
12
.github/workflows/game.yml
vendored
12
.github/workflows/game.yml
vendored
@ -3,11 +3,15 @@ name: Game
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
paths: [ "game/**" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
verify:
|
check:
|
||||||
|
name: Check
|
||||||
|
needs: [lint, build_and_test]
|
||||||
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: sfja/h5-mst-ci:game-ci
|
container: sfja/h5-mst-ci:game-ci
|
||||||
steps:
|
steps:
|
||||||
@ -20,6 +24,12 @@ jobs:
|
|||||||
working-directory: ./game
|
working-directory: ./game
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: cargo clippy
|
run: cargo clippy
|
||||||
|
build_and_test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container: sfja/h5-mst-ci:game-ci
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v6
|
||||||
|
- run: rustup default stable
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ./game
|
working-directory: ./game
|
||||||
run: cargo build
|
run: cargo build
|
||||||
|
|||||||
4
.github/workflows/skateboard.yml
vendored
4
.github/workflows/skateboard.yml
vendored
@ -3,11 +3,13 @@ name: Skateboard
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
paths: [ "skateboard/**" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
verify:
|
check:
|
||||||
|
name: Check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: espressif/idf:release-v5.5
|
container: espressif/idf:release-v5.5
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
# Skate project
|
# Skate project
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- [Notion - H5](https://mercantec.notion.site/h5-2026)
|
- [Notion - H5](https://mercantec.notion.site/h5-2026)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user