Skip to content

generate compact.cirru with latest calcit; tag 0.0.4 #10

generate compact.cirru with latest calcit; tag 0.0.4

generate compact.cirru with latest calcit; tag 0.0.4 #10

Workflow file for this run

on:
push:
branches:
- main
pull_request: {}
name: Test
jobs:
build_and_test:
name: Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/cr'
name: 'cr'
version: '0.8.0-a2'
- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/caps'
name: 'caps'
version: '0.8.0-a2'
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
- run: cargo build --release
- run: rm -rfv dylibs/* && mkdir dylibs/ && ls target/release/ && cp -v target/release/*.* dylibs/
- run: cr -1