verbose build
This commit is contained in:
parent
e46b010abd
commit
c5f0e51d44
|
@ -53,7 +53,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
LLVM_SRC=$(pwd)/../llvm-project/llvm LLVM_BUILD=$(pwd)/../llvm-project/build cmake ..
|
LLVM_SRC=$(pwd)/../llvm-project/llvm LLVM_BUILD=$(pwd)/../llvm-project/build cmake ..
|
||||||
make check-mlir-lit
|
VERBOSE=1 make check-mlir-lit
|
||||||
- run:
|
- run:
|
||||||
name: Print the Current Time
|
name: Print the Current Time
|
||||||
command: date
|
command: date
|
||||||
|
|
Loading…
Reference in New Issue