[C] Formatted code
This commit is contained in:
parent
535641cddf
commit
9778f44f0f
21
.cirrus.yml
21
.cirrus.yml
@ -30,9 +30,10 @@ main_task:
|
|||||||
- cmake .. -DFORT_BUILD_TYPE=asan
|
- cmake .. -DFORT_BUILD_TYPE=asan
|
||||||
- cmake --build . --target all
|
- cmake --build . --target all
|
||||||
- ls
|
- ls
|
||||||
- ./libfort_example
|
- ctest -VV
|
||||||
- ./libfort_test_dev
|
# - ./libfort_example
|
||||||
- ./libfort_test
|
# - ./libfort_test_dev
|
||||||
|
# - ./libfort_test
|
||||||
- cd ..
|
- cd ..
|
||||||
- rm -r build/*
|
- rm -r build/*
|
||||||
|
|
||||||
@ -42,9 +43,10 @@ main_task:
|
|||||||
- cmake .. -DFORT_BUILD_TYPE=ubsan
|
- cmake .. -DFORT_BUILD_TYPE=ubsan
|
||||||
- cmake --build . --target all
|
- cmake --build . --target all
|
||||||
- ls
|
- ls
|
||||||
- ./libfort_example
|
- ctest -VV
|
||||||
- ./libfort_test_dev
|
# - ./libfort_example
|
||||||
- ./libfort_test
|
# - ./libfort_test_dev
|
||||||
|
# - ./libfort_test
|
||||||
- cd ..
|
- cd ..
|
||||||
- rm -r build/*
|
- rm -r build/*
|
||||||
|
|
||||||
@ -54,8 +56,9 @@ main_task:
|
|||||||
- cmake .. -DFORT_ENABLE_WCHAR=OFF
|
- cmake .. -DFORT_ENABLE_WCHAR=OFF
|
||||||
- cmake --build . --target all
|
- cmake --build . --target all
|
||||||
- ls
|
- ls
|
||||||
- ./libfort_example
|
- ctest -VV
|
||||||
- ./libfort_test_dev
|
# - ./libfort_example
|
||||||
- ./libfort_test
|
# - ./libfort_test_dev
|
||||||
|
# - ./libfort_test
|
||||||
- cd ..
|
- cd ..
|
||||||
- rm -r build/*
|
- rm -r build/*
|
||||||
|
Loading…
Reference in New Issue
Block a user