Added JALE setup

This commit is contained in:
Mattia 2021-02-26 15:48:08 +01:00 committed by GitHub
parent 27c3169c3c
commit 5180f50947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ jobs:
with:
nim-version: stable
- uses: actions/checkout@v2
- name: Setup dependencies
run: |
git clone https://github.com/japl-lang/jale --branch 0.1.0
cd jale
nimble install
- name: Run production-mode tests
run: ./build.py --profile resources/profiles/production.json src
- name: Run developmet tests