Compare commits
5 commits
b89e9196f9
...
e33041a4fb
Author | SHA1 | Date | |
---|---|---|---|
e33041a4fb | |||
6bfc94ebf1 | |||
8605bd5583 | |||
bbfd65abc3 | |||
d68a4af4b6 |
2 changed files with 10 additions and 9 deletions
11
.github/workflows/crystal.yml
vendored
11
.github/workflows/crystal.yml
vendored
|
@ -6,6 +6,9 @@ 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
|
||||||
|
@ -18,7 +21,7 @@ jobs:
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install cmake
|
apt-get install -y cmake build-essential g++-9 gcc-9
|
||||||
- name: Install project dependencies
|
- name: Install project dependencies
|
||||||
run: shards install
|
run: shards install
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
@ -36,12 +39,12 @@ jobs:
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install cmake
|
apt-get install -y cmake build-essential g++-9 gcc-9
|
||||||
|
|
||||||
- name: Install project dependencies
|
- name: Install project dependencies
|
||||||
run: shards install
|
run: shards install
|
||||||
- name: Run tests
|
- name: Run build
|
||||||
run: crystal build
|
run: shards build
|
||||||
|
|
||||||
deliver:
|
deliver:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
|
|
||||||
# FOSDEM Recorder
|
# FOSDEM Recorder
|
||||||
|
|
||||||
## Prerequisites
|
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
|
||||||
* Make sure you have a recent Ruby version installed
|
the official videos to be made available.
|
||||||
* Make sure you have the 'bundler' Gem installed
|
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue