Skip to content

Commit b8407e1

Browse files
committed
split steps more
Signed-off-by: Norbert Manthey <nmanthey@amazon.de>
1 parent a4dfdf7 commit b8407e1

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build-and-test-Xen.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ jobs:
2828
run: git clone -b path-addition https://github.com/awslabs/one-line-scan.git
2929
- name: get Xen 4.13
3030
run: git clone git://xenbits.xen.org/xen.git xen_4_13 && cd xen_4_13 && git reset --hard RELEASE-4.13.0
31-
- name: compile Xen with CBMC via one-line-scan
31+
- name: prepare compile Xen with CBMC via one-line-scan
3232
run: |
33-
ls src/goto-cc/goto-cc
3433
ln -s src/goto-cc/goto-cc src/goto-cc/goto-ld
3534
ln -s src/goto-cc/goto-cc src/goto-cc/goto-as
3635
ln -s src/goto-cc/goto-cc src/goto-cc/goto-g++
37-
one-line-scan/one-line-scan --add-to-path src/cbmc --add-to-path src/goto-cc --no-analysis --trunc-existing --extra-cflags -Wno-error -o CPROVER -j 3 -- env
38-
one-line-scan/one-line-scan --add-to-path src/cbmc --add-to-path src/goto-cc --no-analysis --trunc-existing --extra-cflags -Wno-error -o CPROVER -j 3 -- make -C xen xen -j $(nproc) -k
36+
- name: check links for compile Xen with CBMC via one-line-scan
37+
run: ls src/goto-cc/goto-cc
38+
- name: check compile Xen with CBMC via one-line-scan
39+
run: one-line-scan/one-line-scan --add-to-path src/cbmc --add-to-path src/goto-cc --no-analysis --trunc-existing --extra-cflags -Wno-error -o CPROVER -j 3 -- env
40+
- name: compile Xen with CBMC via one-line-scan
41+
run: one-line-scan/one-line-scan --add-to-path src/cbmc --add-to-path src/goto-cc --no-analysis --trunc-existing --extra-cflags -Wno-error -o CPROVER -j 3 -- make -C xen xen -j $(nproc) -k

0 commit comments

Comments
 (0)