Compare commits

...

2 commits

Author SHA1 Message Date
Glenn Y. Rolland c6447ab07c chore: Add docker build env
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-05 19:46:34 +01:00
Glenn Y. Rolland 64cd99de14 doc: Add badges 2023-02-05 19:46:11 +01:00
2 changed files with 14 additions and 0 deletions

View file

@ -1,4 +1,8 @@
[![Build Status](https://cicd.apps.glenux.net/api/badges/glenux/fosdem-recorder.cr/status.svg)](https://cicd.apps.glenux.net/glenux/fosdem-recorder.cr)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Donate on patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://patreon.com/glenux)
# FOSDEM Recorder
A tool to schedule FOSDEM recordings and help you record the 5+ talks you

10
docker/Dockerfile Normal file
View file

@ -0,0 +1,10 @@
FROM crystallang/crystal:1.7.1
RUN apt-get update \
&& apt-get install -y cmake g++
WORKDIR /app
COPY shard.lock /app
RUN shards install