build: Add OAT #1
							
								
								
									
										29
									
								
								.gitea/workflows/link-linux.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								.gitea/workflows/link-linux.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | ||||
| name: link | ||||
|  | ||||
| on: [push] | ||||
|  | ||||
| jobs: | ||||
|   link-linux: | ||||
|     name: Link on Linux | ||||
|     runs-on: ubuntu-latest | ||||
|  | ||||
|     steps: | ||||
|       - name: Check out files | ||||
|         uses: actions/checkout@main | ||||
|         with: | ||||
|           submodules: true | ||||
|           fetch-depth: 0 | ||||
|           lfs: true | ||||
|  | ||||
|       - name: Setup OAT | ||||
|         uses: diamante0018/setup-oat@main | ||||
|         with: | ||||
|           version: "0.9.0" | ||||
|  | ||||
|       - name: Create code_post_gfx_mp | ||||
|         run: | | ||||
|           Linker -v -l "./iw5-zones/zone/english/code_post_gfx_mp.ff" code_post_gfx_mp | ||||
|  | ||||
|       - name: Create localized_ui_mp | ||||
|         run: | | ||||
|           Linker -v -l "./iw5-zones/zone/english/localized_ui_mp.ff" localized_ui_mp | ||||
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| [submodule "iw5-zones"] | ||||
| 	path = iw5-zones | ||||
| 	url = https://git.alterware.dev/AlterWare/iw5-zones.git | ||||
							
								
								
									
										1
									
								
								iw5-zones
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								iw5-zones
									
									
									
									
									
										Submodule
									
								
							 Submodule iw5-zones added at a82a49d1c1
									
								
							
		Reference in New Issue
	
	Block a user