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

View file

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