mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 13:41:55 +00:00
Use new semaphore 2.0 CI
This commit is contained in:
parent
4f37045eea
commit
c864ff6246
2 changed files with 36 additions and 1 deletions
35
.semaphore/semaphore.yml
Normal file
35
.semaphore/semaphore.yml
Normal file
|
@ -0,0 +1,35 @@
|
|||
version: v1.0
|
||||
name: Docker
|
||||
|
||||
agent:
|
||||
machine:
|
||||
type: e1-standard-2
|
||||
os_image: ubuntu1804
|
||||
|
||||
global_job_config:
|
||||
secrets:
|
||||
- name: dockerhub
|
||||
|
||||
blocks:
|
||||
- name: Checkout
|
||||
task:
|
||||
jobs:
|
||||
- name: Checkout
|
||||
commands:
|
||||
- checkout
|
||||
- name: Build
|
||||
task:
|
||||
jobs:
|
||||
- name: Autotools
|
||||
commands:
|
||||
- checkout
|
||||
- docker build -t autotools -f autotools.Dockerfile .
|
||||
- name: Cmake
|
||||
commands:
|
||||
- checkout
|
||||
- docker build -t cmake -f cmake.Dockerfile .
|
||||
- name: meson
|
||||
commands:
|
||||
- checkout
|
||||
- docker build -t meson -f meson.Dockerfile .
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# MiracleCast - Wifi-Display/Miracast Implementation
|
||||
|
||||
[![Join the chat at https://gitter.im/albfan/miraclecast](https://badges.gitter.im/albfan/miraclecast.svg)](https://gitter.im/albfan/miraclecast?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[![Build Status](https://semaphoreci.com/api/v1/albfan/miraclecast-2/branches/master/badge.svg)](https://semaphoreci.com/albfan/miraclecast-2)
|
||||
[![Build Status](https://albfan.semaphoreci.com/badges/miraclecast/branches/master.svg?style=shields)](https://albfan.semaphoreci.com/projects/miraclecast)
|
||||
[![Coverage Status](https://coveralls.io/repos/github/albfan/miraclecast/badge.svg?branch=master)](https://coveralls.io/github/albfan/miraclecast?branch=master)
|
||||
|
||||
The MiracleCast project provides software to connect external monitors to your system via Wi-Fi. It is compatible to the Wifi-Display specification also known as Miracast. MiracleCast implements the Display-Source as well as Display-Sink side.
|
||||
|
|
Loading…
Reference in a new issue