mirror of
				https://github.com/smartfrigde/armcord.git
				synced 2024-08-14 23:56:58 +00:00 
			
		
		
		
	Merge branch 'main' of https://github.com/smartfrigde/armcord into main
This commit is contained in:
		
						commit
						8b080ebeab
					
				
					 1 changed files with 39 additions and 0 deletions
				
			
		
							
								
								
									
										39
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,39 @@ | |||
| name: Build | ||||
| on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   build_on_linux: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - uses: actions/setup-node@master | ||||
|       with: | ||||
|         node-version: 14 | ||||
|     - name: install dependencies | ||||
|       run: npm install | ||||
|     - name: build | ||||
|       run: npm run make | ||||
| 
 | ||||
|   build_on_mac: | ||||
|     runs-on: macos-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - uses: actions/setup-node@master | ||||
|       with: | ||||
|         node-version: 14 | ||||
|     - name: install dependencies | ||||
|       run: npm install | ||||
|     - name: build | ||||
|       run: npm run make | ||||
| 
 | ||||
|   build_on_win: | ||||
|     runs-on: windows-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - uses: actions/setup-node@master | ||||
|       with: | ||||
|         node-version: 14 | ||||
|     - name: install dependencies | ||||
|       run: npm install | ||||
|     - name: build | ||||
|       run: npm run make | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue