All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
This includes using Gitea's Commit Status API to add checks to the PR UI.
25 lines
404 B
YAML
25 lines
404 B
YAML
---
|
|
platform: linux
|
|
|
|
image_resource:
|
|
type: registry-image
|
|
source:
|
|
repository: registry.local:5000/dtmt-ci-base-linux
|
|
tag: latest
|
|
|
|
inputs:
|
|
- name: repo
|
|
|
|
params:
|
|
CI: true
|
|
GITEA_API_KEY: ((gitea_api_key))
|
|
REF: ((ref))
|
|
|
|
run:
|
|
path: .ci/util/run.sh
|
|
dir: repo
|
|
args:
|
|
- .ci/tasks/clippy.sh
|
|
- lint/clippy
|
|
- "Checking for common mistakes and opportunities for code improvement"
|
|
|