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