mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 16:41:59 +00:00
16 lines
319 B
YAML
16 lines
319 B
YAML
language: c
|
|
|
|
services:
|
|
- docker
|
|
|
|
jobs:
|
|
include:
|
|
- stage: autotools
|
|
script:
|
|
docker build -t autotools -f autotools.Dockerfile .
|
|
- stage: cmake
|
|
script:
|
|
docker build -t cmake -f cmake.Dockerfile .
|
|
- stage: meson
|
|
script:
|
|
docker build -t meson -f meson.Dockerfile .
|