File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 49
49
uses : actions/checkout@v4
50
50
with :
51
51
repository : BinaryAnalysisPlatform/bap
52
+ path : bap
52
53
53
54
- name : Run Functional Tests
54
- run : opam exec -- make check
55
+ run : opam exec -- make -C bap check
55
56
56
57
- uses : actions/upload-artifact@v4
57
58
if : ${{ always() }}
@@ -65,16 +66,10 @@ jobs:
65
66
name : bap-log-nightly-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
66
67
path : ~/.local/state/bap
67
68
68
- - uses : actions/upload-artifact@v4
69
- if : ${{ always() }}
70
- with :
71
- name : unit-tests-log-nightly-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
72
- path : _build/oUnit-*.log
73
-
74
69
- uses : actions/upload-artifact@v4
75
70
if : ${{ always() }}
76
71
with :
77
72
name : fun-tests-log-nightly-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
78
73
path : |
79
- testsuite/*.log
80
- testsuite/logs
74
+ bap/ testsuite/*.log
75
+ bap/ testsuite/logs
Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
ocaml-compiler :
11
- - 4.11 .x
11
+ - 4.14 .x
12
12
- 4.08.x
13
13
14
14
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 21
21
- name : Install OCaml
22
22
uses : ocaml/setup-ocaml@v3
23
23
with :
24
- ocaml-compiler : ocaml-variants.4.11 .2+flambda
24
+ ocaml-compiler : ocaml-variants.4.14 .2+flambda
25
25
dune-cache : true
26
26
27
27
- name : Install Ghidra
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
matrix :
12
12
ocaml-compiler :
13
- - 4.11 .x
13
+ - 4.14 .x
14
14
- 4.08.x
15
15
16
16
runs-on : ubuntu-latest
@@ -43,13 +43,14 @@ jobs:
43
43
uses : actions/checkout@v4
44
44
with :
45
45
repository : BinaryAnalysisPlatform/bap
46
+ path : bap
46
47
ref : v2.5.0
47
48
48
49
- name : Install Extra System Dependencies
49
50
run : sudo apt-get install dejagnu --yes
50
51
51
52
- name : Run Functional Tests
52
- run : opam exec -- make check
53
+ run : opam exec -- make -C bap check
53
54
54
55
- uses : actions/upload-artifact@v4
55
56
if : ${{ always() }}
68
69
with :
69
70
name : fun-tests-log-weekly-${{ matrix.ocaml-compiler }}
70
71
path : |
71
- testsuite/*.log
72
- testsuite/logs
72
+ bap/ testsuite/*.log
73
+ bap/ testsuite/logs
You can’t perform that action at this time.
0 commit comments