Skip to content

WIP JSCompiler to transpile Tim code to JavaScript for client-side re… #190

WIP JSCompiler to transpile Tim code to JavaScript for client-side re…

WIP JSCompiler to transpile Tim code to JavaScript for client-side re… #190

Workflow file for this run

name: test
on:
push:
paths-ignore:
- LICENSE
- README.*
- examples
pull_request:
paths-ignore:
- LICENSE
- README.*
- examples
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nim-version:
- 'stable'
steps:
- uses: actions/checkout@v2
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim-version }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
# - run: sudo apt-get -y install libsass-dev
- run: nimble install -Y
# - run: nimble prod
# - run: nim --threads:on c -r src/${{ github.event.repository.name }}.nim
- run: nimble test