Compare commits

..

No commits in common. "e33041a4fba2c11435f4d06f5031e6263c196a68" and "b89e9196f98d24735553233ac587638c45a28c7a" have entirely different histories.

2 changed files with 9 additions and 10 deletions

View file

@ -6,9 +6,6 @@ on:
pull_request:
branches: [ master ]
env:
DEBIAN_FRONTEND: noninteractive
jobs:
test:
runs-on: ubuntu-latest
@ -21,7 +18,7 @@ jobs:
- name: Install system dependencies
run: |
apt-get update
apt-get install -y cmake build-essential g++-9 gcc-9
apt-get install cmake
- name: Install project dependencies
run: shards install
- name: Run tests
@ -39,12 +36,12 @@ jobs:
- name: Install system dependencies
run: |
apt-get update
apt-get install -y cmake build-essential g++-9 gcc-9
apt-get install cmake
- name: Install project dependencies
run: shards install
- name: Run build
run: shards build
- name: Run tests
run: crystal build
deliver:
runs-on: ubuntu-latest

View file

@ -1,9 +1,11 @@
# FOSDEM Recorder
A tool to schedule FOSDEM recordings and help you record the 5+ talks you
wanted to attend at the same time. Only for the impatient who can't wait for
the official videos to be made available.
## Prerequisites
* Make sure you have a recent Ruby version installed
* Make sure you have the 'bundler' Gem installed
## Installation