drone build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
blackbeard420 2021-10-13 09:17:51 -04:00
parent ed9104fbea
commit 64ff4e51af

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: gcc
steps:
- name: build
image: voidlinux/voidlinux
commands:
- xbps-install -Sy gcc cmake ninja make php-devel lua ncurses-devel
- mkdir build && cd build
- cmake .. -G Ninja
- ninja
- weechat --help