ci config
and badge
This commit is contained in:
parent
265c982409
commit
9d6d7b3b14
2 changed files with 23 additions and 0 deletions
21
.drone.yml
Normal file
21
.drone.yml
Normal 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
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue