verbose build

This commit is contained in:
Tian Jin 2019-12-24 01:46:41 -05:00
parent e46b010abd
commit c5f0e51d44
1 changed files with 1 additions and 1 deletions

View File

@ -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