ci config

and badge
This commit is contained in:
JerryXiao 2023-07-12 17:20:17 +08:00
parent 265c982409
commit 9d6d7b3b14
Signed by: Jerry
GPG key ID: 22618F758B5BE2E5
2 changed files with 23 additions and 0 deletions

21
.drone.yml Normal file
View file

@ -0,0 +1,21 @@
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:
- master
- dev
event:
exclude:
- pull_request

View file

@ -1,5 +1,7 @@
# kmsvnc
[![Build Status](https://drone.jerryxiao.cc/api/badges/Jerry/kmsvnc/status.svg)](https://drone.jerryxiao.cc/Jerry/kmsvnc)
## Introduction
A VNC server for DRM/KMS capable GNU/Linux devices.
The goal is to simply have a universally working vncserver on X, wayland and even something like your linux VT.