mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 02:26:22 +00:00
premake: add no-full-paths option for CI builds, rename lto to with-lto
This commit is contained in:
2
.github/workflows/reVC_msvc_amd64.yml
vendored
2
.github/workflows/reVC_msvc_amd64.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
7z x ${{env.GLFW_FILE}}
|
||||
- name: Configure build
|
||||
run: |
|
||||
./premake5 vs2019 --with-librw --glfwdir64=${{env.GLFW_BASE}}
|
||||
./premake5 vs2019 --with-librw --no-full-paths --glfwdir64=${{env.GLFW_BASE}}
|
||||
- name: Build
|
||||
run: |
|
||||
msbuild -m build/reVC.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=${{matrix.platform}}
|
||||
|
2
.github/workflows/reVC_msvc_x86.yml
vendored
2
.github/workflows/reVC_msvc_x86.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
7z x ${{env.GLFW_FILE}}
|
||||
- name: Configure build
|
||||
run: |
|
||||
./premake5 vs2019 --with-librw --glfwdir32=${{env.GLFW_BASE}}
|
||||
./premake5 vs2019 --with-librw --no-full-paths --glfwdir32=${{env.GLFW_BASE}}
|
||||
- name: Build
|
||||
run: |
|
||||
msbuild -m build/reVC.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=${{matrix.platform}}
|
||||
|
Reference in New Issue
Block a user