Add missing build orders for items from racial shop for Elf and Human… #122
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: AMAI Build CI | |
on: | |
push: | |
branches: [ "master" ] | |
paths-ignore: | |
- 'CHANGELOG.md' | |
- 'README.md' | |
- 'LICENSE' | |
jobs: | |
amai: | |
runs-on: windows-2022 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: shogo82148/actions-setup-perl@v1 | |
with: | |
perl-version: '5.30' | |
distribution: strawberry | |
- run: perl -V | |
- run: ./MakeAll.bat | |
- run: ./MakeOptREFORGED.bat | |
- run: ./MakeVAIREFORGED.bat | |
- run: ./MakeOptTFT.bat | |
- run: ./MakeVAITFT.bat | |
- run: ./MakeOptROC.bat | |
- run: ./MakeVAIROC.bat | |
- run: ./InstallREFORGEDToMap.bat ./TestingScenarios/TestInstallMap.w3m 1 | |
- run: perl ./InstallToDir.pl REFORGED ./TestingScenarios |