[A] Added ubsan to freebsd
This commit is contained in:
parent
9d57372c45
commit
f9db2c8402
17
.cirrus.yml
17
.cirrus.yml
@ -32,4 +32,19 @@ main_task:
|
|||||||
- ls
|
- ls
|
||||||
- ./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