[A] Added ubsan to freebsd
This commit is contained in:
		
							
								
								
									
										17
									
								
								.cirrus.yml
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								.cirrus.yml
									
									
									
									
									
								
							@@ -32,4 +32,19 @@ main_task:
 | 
			
		||||
    - ls
 | 
			
		||||
    - ./libfort_example
 | 
			
		||||
    - ./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/* 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user