updated .drone.yml with CC=clang for configure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hyung-hwan 2023-06-01 00:47:44 +09:00
parent ab777976bc
commit bf989e848b

View File

@ -16,7 +16,7 @@ steps:
image: docker.io/silkeh/clang:15 image: docker.io/silkeh/clang:15
commands: commands:
- mkdir bld-clang15 && cd bld-clang15 - mkdir bld-clang15 && cd bld-clang15
- ../configure - ../configure CC=clang
- make && make check - make && make check
depends_on: depends_on:
- clone - clone