added .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-19 13:06:32 +09:00
parent b340f09ecc
commit e2abfe07ab
2 changed files with 12 additions and 1 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
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