[CI] Add debugging info

This commit is contained in:
tangxifan 2020-11-30 20:18:19 -07:00
parent 582b3afa6d
commit e0d9eb9e7f
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ jobs:
run: |
export CC=${{ matrix.config.cc }}
export CXX=${{ matrix.config.cxx }}
pwd
cd ./OpenFPGA
mkdir build
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE