Compare commits

..

No commits in common. "c6447ab07c7df3618e4d464d30d0c994818240c2" and "14554b52c33ad279e4eb1aae14bb2d695643b021" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View file

@ -1,8 +1,4 @@
[![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

View file

@ -1,10 +0,0 @@
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