Skip to content

Release 0.1.0

Release 0.1.0 #170

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- master
pull_request:
branches:
- '**'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: imagemagick cargo parallel
version: 1.0
- name: Install typst-test from github
uses: baptiste0928/[email protected]
with:
crate: typst-test
git: https://github.com/tingerrr/typst-test.git
tag: ci-semi-stable
- run: |
mkdir -p ~/.local/share/typst/packages/preview/cetz
git clone --depth 1 --branch v0.3.1 https://github.com/cetz-package/cetz.git ~/.local/share/typst/packages/preview/cetz/0.3.1
- uses: typst-community/setup-typst@v3
with:
typst-version: '0.12.0-rc2'
cache-dependency-path: src/cetz.typ
- run: |
./common/scripts/package "@local"
./common/scripts/package "@preview"
typst c manual.typ manual.pdf
typst-test run