File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 shell : pwsh
2222 run : |
2323 cd repository
24- # Clean untracked files inside submodules
2524 git submodule foreach --recursive git reset --hard
2625 git submodule foreach --recursive git clean -fdx
2726 git submodule sync --recursive
3029 - name : Install packages
3130 run : |
3231 choco install -y cmake git zip unzip
33- # You can install more packages if needed or set up your environment accordingly
3432 shell : cmd
3533
3634 - name : Install Premake5
4038 git clone --depth=1 https://github.com/premake/premake-core.git
4139 }
4240 cd premake-core
43- # Build premake5 for Windows
4441 .\Bootstrap.bat vs2022
45- # Move premake5 executable to repository root
4642 Move-Item .\bin\release\premake5.exe ..\repository\
4743 cd ..
4844
Original file line number Diff line number Diff line change 2121 shell : pwsh
2222 run : |
2323 cd repository
24- # Clean untracked files inside submodules
2524 git submodule foreach --recursive git reset --hard
2625 git submodule foreach --recursive git clean -fdx
2726 git submodule sync --recursive
3029 - name : Install packages
3130 run : |
3231 choco install -y cmake git zip unzip
33- # You can install more packages if needed or set up your environment accordingly
3432 shell : cmd
3533
3634 - name : Install Premake5
4038 git clone --depth=1 https://github.com/premake/premake-core.git
4139 }
4240 cd premake-core
43- # Build premake5 for Windows
4441 .\Bootstrap.bat vs2022
45- # Move premake5 executable to repository root
4642 Move-Item .\bin\release\premake5.exe ..\repository\
4743 cd ..
4844
You can’t perform that action at this time.
0 commit comments