kmsvnc/.drone.yml

21 lines
319 B
YAML
Raw Normal View History

2023-07-12 17:20:17 +08:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: archlinux:latest
commands:
- pacman -Syu --noconfirm --needed base-devel libvncserver libxkbcommon libdrm libva git cmake
- mkdir build
- cd build
- cmake ..
- make
trigger:
branch:
- dev
event:
exclude:
- pull_request