summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu_20_04_build_latest.yml
blob: 4e9158d751d28b2e44d207f26905fbb42b453011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: CI ubuntu-20.04 (ocaml latest)

on: [push]

jobs:
  build:

    runs-on: ubuntu-20.04

    steps:
    - uses: actions/checkout@v1
    - name: Build on ubuntu (ocaml latest)
      run: |
        sudo apt install build-essential libgmp-dev z3
        sudo apt install opam
        etc/ci_opam_latest_build.sh