mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-30 21:31:13 +00:00 
			
		
		
		
	Delete old workflow file and disable building binaries on pull requests, as we already have CI for that
This commit is contained in:
		
					parent
					
						
							
								31bcd1bf7c
							
						
					
				
			
			
				commit
				
					
						baf7d1be4e
					
				
			
		
					 2 changed files with 3 additions and 73 deletions
				
			
		
							
								
								
									
										70
									
								
								.github/workflows/rust-win.yml.disabled
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										70
									
								
								.github/workflows/rust-win.yml.disabled
									
										
									
									
										vendored
									
									
								
							|  | @ -1,70 +0,0 @@ | |||
| name: build-windows | ||||
| 
 | ||||
| on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
| 
 | ||||
|     runs-on: windows-latest | ||||
| 
 | ||||
|     strategy: | ||||
|       matrix: | ||||
|         db-backend: [sqlite, mysql, postgresql] | ||||
| 
 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v1 | ||||
| 
 | ||||
|     - name: Cache choco cache | ||||
|       uses: actions/cache@v1.0.3 | ||||
|       with: | ||||
|         path: ~\AppData\Local\Temp\chocolatey | ||||
|         key: ${{ runner.os }}-choco-cache | ||||
| 
 | ||||
|     - name: Install dependencies | ||||
|       run: choco install openssl sqlite postgresql12 mysql | ||||
| 
 | ||||
|     - name: Cache cargo registry | ||||
|       uses: actions/cache@v1.0.3 | ||||
|       with: | ||||
|         path: ~/.cargo/registry | ||||
|         key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} | ||||
|     - name: Cache cargo index | ||||
|       uses: actions/cache@v1.0.3 | ||||
|       with: | ||||
|         path: ~/.cargo/git | ||||
|         key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }} | ||||
|     - name: Cache cargo build | ||||
|       uses: actions/cache@v1.0.3 | ||||
|       with: | ||||
|         path: target | ||||
|         key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} | ||||
| 
 | ||||
|     - name: Install latest nightly | ||||
|       uses: actions-rs/toolchain@v1 | ||||
|       with: | ||||
|         toolchain: nightly | ||||
|         override: true | ||||
|         profile: minimal | ||||
|         target: x86_64-pc-windows-msvc | ||||
| 
 | ||||
|     - name: Build | ||||
|       run: cargo.exe build --verbose --features ${{ matrix.db-backend }} --release --target x86_64-pc-windows-msvc | ||||
|       env: | ||||
|         OPENSSL_DIR: C:\Program Files\OpenSSL-Win64\ | ||||
| 
 | ||||
|     - name: Run tests | ||||
|       run: cargo test --features ${{ matrix.db-backend }} | ||||
| 
 | ||||
|     - name: Upload windows artifact | ||||
|       uses: actions/upload-artifact@v1.0.0 | ||||
|       with: | ||||
|         name: x86_64-pc-windows-msvc-${{ matrix.db-backend }}-bitwarden_rs | ||||
|         path: target/release/bitwarden_rs.exe | ||||
| 
 | ||||
|     - name: Release | ||||
|       uses: Shopify/upload-to-release@1.0.0 | ||||
|       if: startsWith(github.ref, 'refs/tags/') | ||||
|       with: | ||||
|         name: x86_64-pc-windows-msvc-${{ matrix.db-backend }}-bitwarden_rs | ||||
|         path: target/release/bitwarden_rs.exe | ||||
|         repo-token: ${{ secrets.GITHUB_TOKEN }} | ||||
							
								
								
									
										6
									
								
								.github/workflows/workspace.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/workspace.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -4,9 +4,9 @@ on: | |||
|   push: | ||||
|     paths-ignore: | ||||
|       - "**.md" | ||||
|   pull_request: | ||||
|     paths-ignore: | ||||
|       - "**.md" | ||||
|   #pull_request: | ||||
|   #  paths-ignore: | ||||
|   #    - "**.md" | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue