ulib/.drone.yml

11 lines
156 B
YAML
Raw Normal View History

2023-11-16 15:36:29 +08:00
kind: pipeline
2023-11-16 18:49:01 +08:00
type: drone/build.yaml
2023-11-16 17:24:28 +08:00
2023-11-16 18:27:44 +08:00
data:
image_name: x64
build:
2023-11-16 18:49:01 +08:00
- arch: x64-Debug
2023-11-16 18:27:44 +08:00
type: Debug
2023-11-16 18:49:01 +08:00
- arch: x64-Release
2023-11-16 18:27:44 +08:00
type: Release