mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-06 00:35:54 +00:00
Fixes for lcs conan
This commit is contained in:
parent
34942b5af3
commit
405a75f26b
8
.github/workflows/build-cmake-conan.yml
vendored
8
.github/workflows/build-cmake-conan.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: reVC conan+cmake
|
||||
name: reLCS conan+cmake
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
@ -95,13 +95,13 @@ jobs:
|
|||
conan export re3mss miles-sdk/master@
|
||||
- name: "Download/build dependencies (conan install)"
|
||||
run: |
|
||||
conan install ${{ github.workspace }} reVC/master@ -if build -o reVC:audio=${{ matrix.audio }} -o librw:platform=${{ matrix.platform }} -o librw:gl3_gfxlib=${{ matrix.gl3_gfxlib || 'glfw' }} --build missing -pr:h ./host_profile -pr:b default -s reVC:build_type=RelWithDebInfo -s librw:build_type=RelWithDebInfo
|
||||
conan install ${{ github.workspace }} reLCS/master@ -if build -o reLCS:audio=${{ matrix.audio }} -o librw:platform=${{ matrix.platform }} -o librw:gl3_gfxlib=${{ matrix.gl3_gfxlib || 'glfw' }} --build missing -pr:h ./host_profile -pr:b default -s reLCS:build_type=RelWithDebInfo -s librw:build_type=RelWithDebInfo
|
||||
env:
|
||||
CONAN_SYSREQUIRES_MODE: enabled
|
||||
- name: "Build reVC (conan build)"
|
||||
- name: "Build reLCS (conan build)"
|
||||
run: |
|
||||
conan build ${{ github.workspace }} -if build -bf build -pf package
|
||||
- name: "Package reVC (conan package)"
|
||||
- name: "Package reLCS (conan package)"
|
||||
run: |
|
||||
conan package ${{ github.workspace }} -if build -bf build -pf package
|
||||
- name: "Create binary package (cpack)"
|
||||
|
|
Loading…
Reference in a new issue