hcl/.drone.yml

12 lines
194 B
YAML
Raw Normal View History

2023-05-19 04:06:32 +00:00
kind: pipeline
type: docker
name: hcl
steps:
- name: build-with-gcc13
image: docker.io/gcc:13.1.0
commands:
- mkdir bld-gcc13 && cd bld-gcc13
- ../configure
- make && make test