Skip to content

Update to new default process character #440

Update to new default process character

Update to new default process character #440

Workflow file for this run

name: Building test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v3
- name: Generating ism tree
run: mkdir /etc/ism && mkdir /var/ism
- name: Building ism
run: crystal build Main.cr -o ism
- name: Run test
run: ./ism