Compare commits
	
		
			2 commits
		
	
	
		
			80a3afbb75
			...
			21dbf3fa8f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 21dbf3fa8f | |||
| ccb457ae80 | 
					 1 changed files with 28 additions and 28 deletions
				
			
		
							
								
								
									
										56
									
								
								.drone.yml
									
										
									
									
									
								
							
							
						
						
									
										56
									
								
								.drone.yml
									
										
									
									
									
								
							| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
---
 | 
					# ---
 | 
				
			||||||
# kind: pipeline
 | 
					# kind: pipeline
 | 
				
			||||||
# type: exec
 | 
					# type: exec
 | 
				
			||||||
# name: amd64 — msvc
 | 
					# name: amd64 — msvc
 | 
				
			||||||
| 
						 | 
					@ -16,35 +16,35 @@
 | 
				
			||||||
#     - ./tools/ci/amd64/msvc/unit_tests.ps1
 | 
					#     - ./tools/ci/amd64/msvc/unit_tests.ps1
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# ---
 | 
					# ---
 | 
				
			||||||
kind: pipeline
 | 
					# kind: pipeline
 | 
				
			||||||
type: docker
 | 
					# type: docker
 | 
				
			||||||
name: amd64 — gcc
 | 
					# name: amd64 — gcc
 | 
				
			||||||
trigger:
 | 
					# trigger:
 | 
				
			||||||
  branch:
 | 
					#   branch:
 | 
				
			||||||
  - main
 | 
					#   - main
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
steps:
 | 
					# steps:
 | 
				
			||||||
# - name: unit tests
 | 
					# - name: unit tests
 | 
				
			||||||
#   image: ci:latest
 | 
					#   image: ci:latest
 | 
				
			||||||
#   pull: if-not-exists
 | 
					#   pull: if-not-exists
 | 
				
			||||||
#   commands:
 | 
					#   commands:
 | 
				
			||||||
#     - ./tools/ci/amd64/gcc/unit_tests.sh
 | 
					#     - ./tools/ci/amd64/gcc/unit_tests.sh
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
- name: valgrind
 | 
					# - name: valgrind
 | 
				
			||||||
  image: ci:latest 
 | 
					#   image: ci:latest 
 | 
				
			||||||
  pull: if-not-exists
 | 
					#   pull: if-not-exists
 | 
				
			||||||
  commands:
 | 
					#   commands:
 | 
				
			||||||
    - ./tools/ci/amd64/gcc/valgrind.sh
 | 
					#     - ./tools/ci/amd64/gcc/valgrind.sh
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# ---
 | 
					---
 | 
				
			||||||
# kind: pipeline
 | 
					kind: pipeline
 | 
				
			||||||
# type: docker
 | 
					type: docker
 | 
				
			||||||
# name: amd64 — clang
 | 
					name: amd64 — clang
 | 
				
			||||||
# trigger:
 | 
					trigger:
 | 
				
			||||||
#   branch:
 | 
					  branch:
 | 
				
			||||||
#   - main
 | 
					  - main
 | 
				
			||||||
#
 | 
					
 | 
				
			||||||
# steps:
 | 
					steps:
 | 
				
			||||||
# - name: code coverage
 | 
					# - name: code coverage
 | 
				
			||||||
#   image: ci:latest
 | 
					#   image: ci:latest
 | 
				
			||||||
#   pull: if-not-exists
 | 
					#   pull: if-not-exists
 | 
				
			||||||
| 
						 | 
					@ -54,12 +54,12 @@ steps:
 | 
				
			||||||
#   commands:
 | 
					#   commands:
 | 
				
			||||||
#     - ./tools/ci/amd64/clang/coverage.sh
 | 
					#     - ./tools/ci/amd64/clang/coverage.sh
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# - name: leak sanitizer
 | 
					- name: leak sanitizer
 | 
				
			||||||
#   image: ci:latest 
 | 
					  image: ci:latest 
 | 
				
			||||||
#   pull: if-not-exists
 | 
					  pull: if-not-exists
 | 
				
			||||||
#   commands:
 | 
					  commands:
 | 
				
			||||||
#     - ./tools/ci/amd64/clang/lsan.sh
 | 
					    - ./tools/ci/amd64/clang/lsan.sh
 | 
				
			||||||
#
 | 
					
 | 
				
			||||||
# - name: memory sanitizer
 | 
					# - name: memory sanitizer
 | 
				
			||||||
#   image: ci:latest
 | 
					#   image: ci:latest
 | 
				
			||||||
#   pull: if-not-exists
 | 
					#   pull: if-not-exists
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue