mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 11:23:18 +02:00
🔧 Updated conan overte remote url
This commit is contained in:
parent
fb59de1410
commit
1e09c65d39
2 changed files with 4 additions and 5 deletions
7
.github/workflows/build-overte.yml
vendored
7
.github/workflows/build-overte.yml
vendored
|
@ -51,14 +51,13 @@ jobs:
|
||||||
qml-module-qtwebengine
|
qml-module-qtwebengine
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Fix broken mpg123 lib
|
- name: Setup conan
|
||||||
if: steps.cache-conan.outputs.cache-hit != 'true'
|
if: steps.cache-conan.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
conan profile detect --force
|
conan profile detect --force
|
||||||
echo "tools.system.package_manager:mode = install" > ~/.conan2/global.conf
|
echo "tools.system.package_manager:mode = install" > ~/.conan2/global.conf
|
||||||
echo "tools.system.package_manager:sudo = True" >> ~/.conan2/global.conf
|
echo "tools.system.package_manager:sudo = True" >> ~/.conan2/global.conf
|
||||||
conan remote add overte https://git.anotherfoxguy.com/api/packages/overte/conan -f
|
conan remote add overte https://artifactory.overte.org/artifactory/api/conan/overte -f
|
||||||
conan install --requires mpg123/1.31.2 -b mpg123/1.31.2 -b missing
|
|
||||||
|
|
||||||
- name: Install conan pkgs
|
- name: Install conan pkgs
|
||||||
run: |
|
run: |
|
||||||
|
@ -115,7 +114,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install conan pkgs
|
- name: Install conan pkgs
|
||||||
run: |
|
run: |
|
||||||
conan remote add overte https://git.anotherfoxguy.com/api/packages/overte/conan -f
|
conan remote add overte https://artifactory.overte.org/artifactory/api/conan/overte -f
|
||||||
conan install . -b missing -pr:b=tools/conan-profiles/vs-19-release-ninja -pr=tools/conan-profiles/vs-19-release-ninja -of build
|
conan install . -b missing -pr:b=tools/conan-profiles/vs-19-release-ninja -pr=tools/conan-profiles/vs-19-release-ninja -of build
|
||||||
conan cache clean "*" -sbd
|
conan cache clean "*" -sbd
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
|
@ -158,7 +158,7 @@ conan profile detect --force
|
||||||
|
|
||||||
Next, add the overte remote to conan
|
Next, add the overte remote to conan
|
||||||
```bash
|
```bash
|
||||||
conan remote add overte https://git.anotherfoxguy.com/api/packages/overte/conan -f
|
conan remote add overte https://artifactory.overte.org/artifactory/api/conan/overte -f
|
||||||
```
|
```
|
||||||
|
|
||||||
Optionally you can let conan automatically install the required system packages
|
Optionally you can let conan automatically install the required system packages
|
||||||
|
|
Loading…
Reference in a new issue