diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-16 01:53:21 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2021-01-16 01:53:21 +0100 |
commit | 405a75f26bdcf1eb021b05653191cce808e3b591 (patch) | |
tree | ebd63d738653a856489f87fb23dc036992bf5f06 /.github | |
parent | 34942b5af3fe400a3c793e2750bd1ae7efc6e2fc (diff) |
Fixes for lcs conan
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-cmake-conan.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build-cmake-conan.yml b/.github/workflows/build-cmake-conan.yml index acbad81c..04bca81f 100644 --- a/.github/workflows/build-cmake-conan.yml +++ b/.github/workflows/build-cmake-conan.yml @@ -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)" |