Skip to content

fix(JS/Scheduler): fix crash if script resource does not exist #116

fix(JS/Scheduler): fix crash if script resource does not exist

fix(JS/Scheduler): fix crash if script resource does not exist #116

Workflow file for this run

name: macchina.io-ci
on: [push]
jobs:
ubuntu-2004-gcc-make:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo apt update && sudo apt install libssl-dev
- run: make -s -j2 DEFAULT_TARGET=shared_release
ubuntu-1804-gcc-make:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: sudo apt update && sudo apt install libssl-dev
- run: make -s -j2 DEFAULT_TARGET=shared_release
macos-clang-make:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- run: brew install openssl
- run: make -s -j2 DEFAULT_TARGET=shared_release