[R] Removed redundant
This commit is contained in:
parent
59451ed926
commit
362051c2b9
@ -1,5 +1,4 @@
|
|||||||
language: C
|
language: C
|
||||||
#sudo: required # to prevent fail of executables build with clang and sanitizers
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -39,8 +38,7 @@ script:
|
|||||||
- cmake .. -DFORT_TEST_BUILD=ON -DFORT_GCC_BUILD=${GCC_BUILD}
|
- cmake .. -DFORT_TEST_BUILD=ON -DFORT_GCC_BUILD=${GCC_BUILD}
|
||||||
- cmake --build . --target all
|
- cmake --build . --target all
|
||||||
- ls
|
- ls
|
||||||
- LSAN_OPTIONS=verbosity=1:log_threads=1 ./libfort_dummy
|
- ./libfort_example
|
||||||
- LSAN_OPTIONS=verbosity=1:log_threads=1 ./libfort_example
|
- ./libfort_test
|
||||||
- LSAN_OPTIONS=verbosity=1:log_threads=1 ./libfort_test
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -49,11 +49,6 @@ target_link_libraries(libfort_test
|
|||||||
cmocka)
|
cmocka)
|
||||||
|
|
||||||
|
|
||||||
add_executable(${PROJECT_NAME}_dummy
|
|
||||||
example/main2.c)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(FORT_TEST_BUILD)
|
if(FORT_TEST_BUILD)
|
||||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=address")
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=address")
|
||||||
if(FORT_GCC_BUILD)
|
if(FORT_GCC_BUILD)
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
int main()
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user