fixes types and missed yml files to update the location of genie

This commit is contained in:
Super Genius 2023-09-27 12:09:07 -07:00 committed by Mikulas Florek
parent 23ff5b982c
commit a60a860053
4 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@ jobs:
pushd ..\plugins
git.exe clone https://github.com/nem0/lumixengine_dx11.git dx11
popd
./genie.exe vs2022
./bin/windows/genie.exe vs2022
- name: build dx11 engine
working-directory: projects
shell: cmd
@ -25,7 +25,7 @@ jobs:
run: |
pushd ..\plugins
popd
./genie.exe --dx12 vs2022
./bin/windows/genie.exe --dx12 vs2022
- name: build dx12 engine
working-directory: projects
shell: cmd
@ -70,7 +70,7 @@ jobs:
- name: make gl project with plugins
working-directory: projects
run: |
./genie.exe --nodx --with-app vs2022
./bin/windows/genie.exe --nodx --with-app vs2022
- name: build gl engine with plugins
working-directory: projects
shell: cmd
@ -107,6 +107,6 @@ jobs:
- name: build
run: |
cd projects
./genie --force-build-luau gmake
./bin/linux/genie --force-build-luau gmake
cd tmp/gmake
make -j

View File

@ -50,7 +50,7 @@ jobs:
- name: Create solution
working-directory: projects
run: ./genie.exe vs2019
run: ./bin/windows/genie.exe vs2019
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below)

View File

@ -54,7 +54,7 @@ jobs:
- name: make dx11 project
working-directory: projects
run: |
./genie.exe --force-build-physx --force-build-luau --with-app vs2022
./bin/windows/genie.exe --force-build-physx --force-build-luau --with-app vs2022
- name: get butler
working-directory: projects
@ -87,7 +87,7 @@ jobs:
- name: make gl project with plugins
working-directory: projects
run: |
./genie.exe --force-build-physx --force-build-luau --nodx --with-app vs2022
./bin/windows/genie.exe --force-build-physx --force-build-luau --nodx --with-app vs2022
- name: build gl engine
working-directory: projects

View File

@ -499,7 +499,7 @@ exit /B 0
:create_project
echo Creating project...
,\bin\windows\genie.exe --with-app vs2022
.\bin\windows\genie.exe --with-app vs2022
pause
exit /B 0