-
Notifications
You must be signed in to change notification settings - Fork 33
49 lines (43 loc) · 1.28 KB
/
formal.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
name: formal verification
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
branches: ["*"]
pull_request:
types:
- opened
- synchronize
branches:
- 'release**'
- 'main'
env:
DOTNET_ROOT: "/home/runner/.dotnet"
Z3_EXE: "/home/runner/bin/z3"
CVC5_EXE: "/home/runner/bin/cvc5"
BOOGIE_EXE: "/home/runner/.dotnet/tools/boogie"
SOLC_EXE: "/home/runner/bin/solc"
jobs:
formal:
runs-on: ubuntu-latest
steps:
# # NOTE: for debugging CI this allow shell access to github runner. Will print out tmate.io terminal url
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# detached: true
# timeout-minutes: 15
- uses: actions/checkout@v3
- name: install prover dependencies
run: |
bash util/dev_setup.sh -byp
- name: install diem (for move tests)
run: |
wget -O ${{github.workspace}}/diem https://github.com/0LNetworkCommunity/diem/releases/latest/download/diem &&
chmod +x ${{github.workspace}}/diem
# Move framework tests
# TODO:
- name: move framework
working-directory: ./framework/libra-framework
run: ${{github.workspace}}/diem move prove -f guid