1
0
Fork 0

[F] Fixed building

This commit is contained in:
seleznevae 2018-03-09 13:05:48 +03:00
parent 2c5d169fe2
commit ec7c0b9820
1 changed files with 1 additions and 3 deletions

View File

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