[F] Fixed building

This commit is contained in:
seleznevae 2018-03-09 13:05:48 +03:00
parent 2c5d169fe2
commit ec7c0b9820

View File

@ -37,9 +37,7 @@ script:
- cmake .. -DFORT_TEST_BUILD=ON -DFORT_GCC_BUILD=${GCC_BUILD} - cmake .. -DFORT_TEST_BUILD=ON -DFORT_GCC_BUILD=${GCC_BUILD}
- cmake --build . --target all - cmake --build . --target all
- ls - ls
- export LSAN_OPTIONS=verbosity=1:log_threads=1 - LSAN_OPTIONS=verbosity=1:log_threads=1 ./libfort_test
- printenv
- ./libfort_test
# # Perform out-of-source build(CMake backend generation, build, and test) # # Perform out-of-source build(CMake backend generation, build, and test)