This commit is contained in:
parent
ed9104fbea
commit
64ff4e51af
13
.drone.yml
Normal file
13
.drone.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user