Compare commits
	
		
			16 commits
		
	
	
		
			7f905620d3
			...
			0d2166e9ef
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0d2166e9ef | |||
| d9079ac373 | |||
| e5ba9f85f8 | |||
| c717e40551 | |||
| ab9bf1540b | |||
| b29b07cbe7 | |||
| 11a4d6d17d | |||
| cec117d127 | |||
| 03916b0f3e | |||
| 756b5aee81 | |||
| 6c16d0198e | |||
| 75af6e2436 | |||
| 63dac34b28 | |||
| 5201bdf0f5 | |||
| e045e6614b | |||
| e077eae6ed | 
					 1 changed files with 90 additions and 90 deletions
				
			
		
							
								
								
									
										180
									
								
								.drone.yml
									
										
									
									
									
								
							
							
						
						
									
										180
									
								
								.drone.yml
									
										
									
									
									
								
							| 
						 | 
					@ -1,94 +1,94 @@
 | 
				
			||||||
---
 | 
					# ---
 | 
				
			||||||
kind: pipeline
 | 
					# kind: pipeline
 | 
				
			||||||
type: exec
 | 
					# type: exec
 | 
				
			||||||
name: amd64 — msvc
 | 
					# name: amd64 — msvc
 | 
				
			||||||
trigger:
 | 
					# trigger:
 | 
				
			||||||
  branch:
 | 
					#   branch:
 | 
				
			||||||
  - main
 | 
					#   - main
 | 
				
			||||||
platform:
 | 
					# platform:
 | 
				
			||||||
  os: windows
 | 
					#   os: windows
 | 
				
			||||||
  arch: amd64
 | 
					#   arch: amd64
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# steps:
 | 
				
			||||||
 | 
					# - name: unit tests
 | 
				
			||||||
 | 
					#   shell: powershell
 | 
				
			||||||
 | 
					#   commands: 
 | 
				
			||||||
 | 
					#     - ./tools/ci/amd64/msvc/unit_tests.ps1
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# ---
 | 
				
			||||||
 | 
					# kind: pipeline
 | 
				
			||||||
 | 
					# type: docker
 | 
				
			||||||
 | 
					# name: amd64 — gcc
 | 
				
			||||||
 | 
					# trigger:
 | 
				
			||||||
 | 
					#   branch:
 | 
				
			||||||
 | 
					#   - main
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# steps:
 | 
				
			||||||
 | 
					# - name: unit tests
 | 
				
			||||||
 | 
					#   image: amd64_gcc_unit_tests:latest
 | 
				
			||||||
 | 
					#   pull: if-not-exists
 | 
				
			||||||
 | 
					#   commands:
 | 
				
			||||||
 | 
					#     - ./tools/ci/amd64/gcc/unit_tests.sh
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# - name: valgrind
 | 
				
			||||||
 | 
					#   image: amd64_gcc_valgrind:latest
 | 
				
			||||||
 | 
					#   pull: if-not-exists
 | 
				
			||||||
 | 
					#   commands:
 | 
				
			||||||
 | 
					#     - ./tools/ci/amd64/gcc/valgrind.sh
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# ---
 | 
				
			||||||
 | 
					# kind: pipeline
 | 
				
			||||||
 | 
					# type: docker
 | 
				
			||||||
 | 
					# name: amd64 — clang
 | 
				
			||||||
 | 
					# trigger:
 | 
				
			||||||
 | 
					#   branch:
 | 
				
			||||||
 | 
					#   - main
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# steps:
 | 
				
			||||||
 | 
					# - name: code coverage
 | 
				
			||||||
 | 
					#   image: amd64_clang_coverage:latest
 | 
				
			||||||
 | 
					#   pull: if-not-exists
 | 
				
			||||||
 | 
					#   environment:
 | 
				
			||||||
 | 
					#     CODECOV_TOKEN:
 | 
				
			||||||
 | 
					#       from_secret: CODECOV_TOKEN 
 | 
				
			||||||
 | 
					#   commands:
 | 
				
			||||||
 | 
					#     - ./tools/ci/amd64/clang/coverage.sh
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# - name: leak sanitizer
 | 
				
			||||||
 | 
					#   image: amd64_clang_lsan:latest
 | 
				
			||||||
 | 
					#   pull: if-not-exists
 | 
				
			||||||
 | 
					#   commands:
 | 
				
			||||||
 | 
					#     - ./tools/ci/amd64/clang/lsan.sh
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# - name: memory sanitizer
 | 
				
			||||||
 | 
					#   image: amd64_clang_msan:latest
 | 
				
			||||||
 | 
					#   pull: if-not-exists
 | 
				
			||||||
 | 
					#   commands:
 | 
				
			||||||
 | 
					#     - ./tools/ci/amd64/clang/msan.sh
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# ---
 | 
				
			||||||
 | 
					# kind: pipeline
 | 
				
			||||||
 | 
					# type: docker
 | 
				
			||||||
 | 
					# name: static analysis
 | 
				
			||||||
 | 
					# trigger:
 | 
				
			||||||
 | 
					#   branch:
 | 
				
			||||||
 | 
					#   - main
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# steps:
 | 
				
			||||||
 | 
					# - name: clang tidy
 | 
				
			||||||
 | 
					#   image: clang_tidy:latest
 | 
				
			||||||
 | 
					#   pull: if-not-exists
 | 
				
			||||||
 | 
					#   privileged: true
 | 
				
			||||||
 | 
					#   commands:
 | 
				
			||||||
 | 
					#     - ./tools/ci/static_analysis/clang_tidy.sh
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# - name: clang format
 | 
				
			||||||
 | 
					#   image: clang_format:latest
 | 
				
			||||||
 | 
					#   pull: if-not-exists
 | 
				
			||||||
 | 
					#   commands:
 | 
				
			||||||
 | 
					#     - ./tools/ci/static_analysis/clang_format.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					# ---
 | 
				
			||||||
- name: unit tests
 | 
					 | 
				
			||||||
  shell: powershell
 | 
					 | 
				
			||||||
  commands: 
 | 
					 | 
				
			||||||
    - ./tools/ci/amd64/msvc/unit_tests.ps1
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
---
 | 
					 | 
				
			||||||
kind: pipeline
 | 
					 | 
				
			||||||
type: docker
 | 
					 | 
				
			||||||
name: amd64 — gcc
 | 
					 | 
				
			||||||
trigger:
 | 
					 | 
				
			||||||
  branch:
 | 
					 | 
				
			||||||
  - main
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
steps:
 | 
					 | 
				
			||||||
- name: unit tests
 | 
					 | 
				
			||||||
  image: amd64_gcc_unit_tests:latest
 | 
					 | 
				
			||||||
  pull: if-not-exists
 | 
					 | 
				
			||||||
  commands:
 | 
					 | 
				
			||||||
    - ./tools/ci/amd64/gcc/unit_tests.sh
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- name: valgrind
 | 
					 | 
				
			||||||
  image: amd64_gcc_valgrind:latest
 | 
					 | 
				
			||||||
  pull: if-not-exists
 | 
					 | 
				
			||||||
  commands:
 | 
					 | 
				
			||||||
    - ./tools/ci/amd64/gcc/valgrind.sh
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
---
 | 
					 | 
				
			||||||
kind: pipeline
 | 
					 | 
				
			||||||
type: docker
 | 
					 | 
				
			||||||
name: amd64 — clang
 | 
					 | 
				
			||||||
trigger:
 | 
					 | 
				
			||||||
  branch:
 | 
					 | 
				
			||||||
  - main
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
steps:
 | 
					 | 
				
			||||||
- name: code coverage
 | 
					 | 
				
			||||||
  image: amd64_clang_coverage:latest
 | 
					 | 
				
			||||||
  pull: if-not-exists
 | 
					 | 
				
			||||||
  environment:
 | 
					 | 
				
			||||||
    CODECOV_TOKEN:
 | 
					 | 
				
			||||||
      from_secret: CODECOV_TOKEN 
 | 
					 | 
				
			||||||
  commands:
 | 
					 | 
				
			||||||
    - ./tools/ci/amd64/clang/coverage.sh
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- name: leak sanitizer
 | 
					 | 
				
			||||||
  image: amd64_clang_lsan:latest
 | 
					 | 
				
			||||||
  pull: if-not-exists
 | 
					 | 
				
			||||||
  commands:
 | 
					 | 
				
			||||||
    - ./tools/ci/amd64/clang/lsan.sh
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- name: memory sanitizer
 | 
					 | 
				
			||||||
  image: amd64_clang_msan:latest
 | 
					 | 
				
			||||||
  pull: if-not-exists
 | 
					 | 
				
			||||||
  commands:
 | 
					 | 
				
			||||||
    - ./tools/ci/amd64/clang/msan.sh
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
---
 | 
					 | 
				
			||||||
kind: pipeline
 | 
					 | 
				
			||||||
type: docker
 | 
					 | 
				
			||||||
name: static analysis
 | 
					 | 
				
			||||||
trigger:
 | 
					 | 
				
			||||||
  branch:
 | 
					 | 
				
			||||||
  - main
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
steps:
 | 
					 | 
				
			||||||
- name: clang tidy
 | 
					 | 
				
			||||||
  image: clang_tidy:latest
 | 
					 | 
				
			||||||
  pull: if-not-exists
 | 
					 | 
				
			||||||
  privileged: true
 | 
					 | 
				
			||||||
  commands:
 | 
					 | 
				
			||||||
    - ./tools/ci/static_analysis/clang_tidy.sh
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- name: clang format
 | 
					 | 
				
			||||||
  image: clang_format:latest
 | 
					 | 
				
			||||||
  pull: if-not-exists
 | 
					 | 
				
			||||||
  commands:
 | 
					 | 
				
			||||||
    - ./tools/ci/static_analysis/clang_format.sh
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
---
 | 
					 | 
				
			||||||
kind: pipeline
 | 
					kind: pipeline
 | 
				
			||||||
type: docker 
 | 
					type: docker 
 | 
				
			||||||
name: documentation — development
 | 
					name: documentation — development
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue