ulib/.drone.yml

10 lines
155 B
YAML
Raw Normal View History

2023-11-16 19:09:58 +08:00
kind: template
2023-11-16 18:49:01 +08:00
type: drone/build.yaml
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