Skip to content

CA-376297: Apply patches in mirage-crypto packages #114

CA-376297: Apply patches in mirage-crypto packages

CA-376297: Apply patches in mirage-crypto packages #114

Workflow file for this run

name: Build and test (Yangtze)
on:
push:
branches:
- 'release/yangtze/lcm'
tags:
- '*'
pull_request:
branches:
- 'release/yangtze/lcm'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check whether there are unlicensed packages
run: tools/license-check.sh
- name: Build the whole xs-toolstack
run: bash tools/travis.sh
env:
OCAML_VERSION: 4.08
OPAMWITHTEST: true