Test if travis issue is the same as spotted on VM

This commit is contained in:
AurelienUoU 2019-06-03 12:01:37 -06:00
parent 8a5ff37262
commit ab9834798a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ else
mkdir build
cd build
cmake --version
cmake ..
cmake .. -DCMAKE_BUILD_TYPE=debug
make -j16
fi
end_section "OpenFPGA.build"