-
Notifications
You must be signed in to change notification settings - Fork 249
36 lines (34 loc) · 818 Bytes
/
latest.yml
File metadata and controls
36 lines (34 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Latest
on:
push:
branches:
- 'master'
workflow_dispatch:
jobs:
latest:
runs-on: ubuntu-latest
strategy:
matrix:
target: [aarch64, arm, ppc, riscv, x86_32, x86_64]
env:
target: ${{ matrix.target }}
os: linux
jobs: 4
opamroot: /home/rocq/.opam
configopts: -ignore-coq-version
container:
image: rocq/rocq-prover:latest
options: --user root
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: OPAM dependencies
run: tools/runner.sh opam_install coq menhir
- name: Configure
run: tools/runner.sh configure
- name: Build
run: tools/runner.sh build_ccomp
- name: Check proof
run: tools/runner.sh check_proof