File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 uses : actions/checkout@v4
99 with :
1010 path : ASPIS
11+ - name : Cache LLVM build
12+ uses : actions/cache@v4
13+ with :
14+ path : /mnt/build/
15+ key : llvm-build-${{ hashFiles('llvm-project/**', 'ASPIS/CMakeLists.txt') }}
16+ restore-keys : |
17+ llvm-build-
1118 - name : Checking out LLVM project
1219 uses : actions/checkout@master
1320 with :
3744 mkdir build
3845 cmake -B build -DLLVM_DIR=/mnt/build/lib/cmake/llvm/
3946 cmake --build build
40- - name : Cache LLVM build
41- uses : actions/cache@v4
42- with :
43- path : /mnt/build/
44- key : llvm-build-${{ hashFiles('llvm-project/**', 'ASPIS/CMakeLists.txt') }}
45- restore-keys : |
46- llvm-build-
47-
4847 - name : Cache pip
4948 uses : actions/cache@v4
5049 with :
6160 shell : bash
6261 working-directory : ./ASPIS/testing
6362 run : |
64- pytest test.py -n auto
63+ pytest test.py
6564
You can’t perform that action at this time.
0 commit comments