[A] Added wchar-off test to freebsd
This commit is contained in:
parent
6ae5cb0107
commit
deb4382558
13
.cirrus.yml
13
.cirrus.yml
@ -36,7 +36,6 @@ main_task:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- rm -r build/*
|
- rm -r build/*
|
||||||
|
|
||||||
|
|
||||||
# Test build without optimizations and with ubsan
|
# Test build without optimizations and with ubsan
|
||||||
- mkdir -p build
|
- mkdir -p build
|
||||||
- cd build
|
- cd build
|
||||||
@ -48,3 +47,15 @@ main_task:
|
|||||||
- ./libfort_test
|
- ./libfort_test
|
||||||
- cd ..
|
- cd ..
|
||||||
- rm -r build/*
|
- rm -r build/*
|
||||||
|
|
||||||
|
# Test without WCHAR support
|
||||||
|
- mkdir -p build
|
||||||
|
- cd build
|
||||||
|
- cmake .. -DFORT_ENABLE_WCHAR=OFF
|
||||||
|
- cmake --build . --target all
|
||||||
|
- ls
|
||||||
|
- ./libfort_example
|
||||||
|
- ./libfort_test_dev
|
||||||
|
- ./libfort_test
|
||||||
|
- cd ..
|
||||||
|
- rm -r build/*
|
||||||
|
Loading…
Reference in New Issue
Block a user