Skip to content

feat: cblock creation in compiler #315

feat: cblock creation in compiler

feat: cblock creation in compiler #315

Workflow file for this run

name: TEALScript CI
on:
pull_request:
branches: [ main, dev ]
jobs:
windows-smoketest:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install tsx and dependencies
run: npm i -g tsx && npm i
- name: Test binary
run: tsx src/bin/tealscript.ts --skip-algod ./examples/**/*.algo.ts ./
- name: Compile all
env:
SKIP_ALGOD: 'true'
run: tsx scripts/compile_all.ts