Update the drone pipeline
This commit is contained in:
		@@ -7,13 +7,6 @@ trigger:
 | 
				
			|||||||
  event:
 | 
					  event:
 | 
				
			||||||
    - tag
 | 
					    - tag
 | 
				
			||||||
 | 
					
 | 
				
			||||||
trigger:
 | 
					 | 
				
			||||||
  branch:
 | 
					 | 
				
			||||||
    exclude:
 | 
					 | 
				
			||||||
      - main
 | 
					 | 
				
			||||||
  event:
 | 
					 | 
				
			||||||
    - push
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: Build
 | 
					  - name: Build
 | 
				
			||||||
    image: ubuntu:22.04
 | 
					    image: ubuntu:22.04
 | 
				
			||||||
@@ -32,6 +25,7 @@ steps:
 | 
				
			|||||||
          cmake -B build -S ./ \
 | 
					          cmake -B build -S ./ \
 | 
				
			||||||
          -DCMAKE_BUILD_TYPE=Release \
 | 
					          -DCMAKE_BUILD_TYPE=Release \
 | 
				
			||||||
          -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
 | 
					          -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
 | 
				
			||||||
 | 
					      - cmake --build build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: Prepare files for release
 | 
					  - name: Prepare files for release
 | 
				
			||||||
    image: ubuntu:22.04
 | 
					    image: ubuntu:22.04
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user