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

on: [push]

jobs:
  build:

    runs-on: ubuntu-20.04

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