Skip to content

prepare for 0.5

prepare for 0.5 #68

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
run:
name: Build
strategy:
matrix:
os:
- ubuntu-latest
#- windows-latest
#- macos-latest
ocaml-compiler:
- 4.08.x
- 4.12.x
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
submodules: recursive
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
allow-prerelease-opam: true
- run: opam pin -n .
- run: opam depext -yt tracy-client
- run: opam install . -t --deps-only
- run: opam exec -- dune build @install -p tracy-client
- run: opam install containers
- run: N=2 TRACY_NO_INVARIANT_CHECK=1 opam exec -- dune exec ./examples/prof1.exe