hcl/.drone.yml
hyung-hwan fba6c2b773
All checks were successful
continuous-integration/drone/push Build is passing
updated .drone.yml
2023-05-19 13:23:45 +09:00

12 lines
195 B
YAML

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 check