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

View File

@ -50,7 +50,7 @@ jobs:
- name: Create solution - name: Create solution
working-directory: projects 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). # 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) # 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 - name: make dx11 project
working-directory: projects working-directory: projects
run: | 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 - name: get butler
working-directory: projects working-directory: projects
@ -87,7 +87,7 @@ jobs:
- name: make gl project with plugins - name: make gl project with plugins
working-directory: projects working-directory: projects
run: | 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 - name: build gl engine
working-directory: projects working-directory: projects

View File

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