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:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths: [ "backend/**" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
verify:
|
||||
check:
|
||||
name: Check
|
||||
runs-on: ubuntu-latest
|
||||
container: sfja/h5-mst-ci:backend-ci
|
||||
steps:
|
||||
|
||||
12
.github/workflows/game.yml
vendored
12
.github/workflows/game.yml
vendored
@ -3,11 +3,15 @@ name: Game
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths: [ "game/**" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
verify:
|
||||
check:
|
||||
name: Check
|
||||
needs: [lint, build_and_test]
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
container: sfja/h5-mst-ci:game-ci
|
||||
steps:
|
||||
@ -20,6 +24,12 @@ jobs:
|
||||
working-directory: ./game
|
||||
continue-on-error: true
|
||||
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
|
||||
working-directory: ./game
|
||||
run: cargo build
|
||||
|
||||
4
.github/workflows/skateboard.yml
vendored
4
.github/workflows/skateboard.yml
vendored
@ -3,11 +3,13 @@ name: Skateboard
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths: [ "skateboard/**" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
verify:
|
||||
check:
|
||||
name: Check
|
||||
runs-on: ubuntu-latest
|
||||
container: espressif/idf:release-v5.5
|
||||
steps:
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
# Skate project
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

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