Skip to content

updated the readme and make file for consistency. no more make init #73

updated the readme and make file for consistency. no more make init

updated the readme and make file for consistency. no more make init #73

name: DebianLinuxBuild
on:
push:
branches: [ main ]
jobs:
build-debian-based:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crystal-lang/install-crystal@v1
with:
crystal: latest
- uses: actions/checkout@v2
- name: Install shard dependencies
run: shards install
env:
SHARDS_OPTS: --ignore-crystal-version
- name: Build SprayCannon
run: crystal build src/spraycannon.cr --release -p
- name: Bulid SPDB
run: crystal build src/spdb.cr --release -p