mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +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
|
||||
|
||||
[](https://gitter.im/albfan/miraclecast?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://semaphoreci.com/albfan/miraclecast-2)
|
||||
[](https://albfan.semaphoreci.com/projects/miraclecast)
|
||||
[](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…
Add table
Add a link
Reference in a new issue