make all before make test

This commit is contained in:
Tian Jin 2019-12-24 02:13:35 -05:00
parent 95de5b7ac9
commit ebdd580308
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ jobs:
command: |
mkdir build && cd build
LLVM_SRC=$(pwd)/../llvm-project/llvm LLVM_BUILD=$(pwd)/../llvm-project/build cmake ..
make all
VERBOSE=1 LIT_OPTS=-v make check-mlir-lit
cd /home/circleci/project/build/test/mlir && /usr/local/bin/python /home/circleci/project/build/../llvm-project/build/bin/llvm-lit -v /home/circleci/project/build/test/mlir
- run: