[A] Added ubsan to freebsd

This commit is contained in:
seleznevae 2019-01-13 11:09:47 +03:00
parent 9d57372c45
commit f9db2c8402

View File

@ -32,4 +32,19 @@ main_task:
- ls
- ./libfort_example
- ./libfort_test_dev
- ./libfort_test
- ./libfort_test
- cd ..
- rm -r build/*
# Test build without optimizations and with ubsan
- mkdir -p build
- cd build
- cmake .. -DFORT_BUILD_TYPE=ubsan
- cmake --build . --target all
- ls
- ./libfort_example
- ./libfort_test_dev
- ./libfort_test
- cd ..
- rm -r build/*