[A] Added ubsan to freebsd
This commit is contained in:
parent
9d57372c45
commit
f9db2c8402
15
.cirrus.yml
15
.cirrus.yml
@ -33,3 +33,18 @@ main_task:
|
|||||||
- ./libfort_example
|
- ./libfort_example
|
||||||
- ./libfort_test_dev
|
- ./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/*
|
||||||
|
Loading…
Reference in New Issue
Block a user