Testing conan on linux.
This commit is contained in:
parent
3bc0fcac24
commit
6891c43d06
@ -58,6 +58,7 @@ jobs:
|
|||||||
- name: Generating Package
|
- name: Generating Package
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
|
conan install . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release
|
||||||
conan create . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release
|
conan create . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release
|
||||||
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan
|
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan
|
||||||
conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}
|
conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}
|
||||||
@ -98,6 +99,7 @@ jobs:
|
|||||||
- name: Generating Package
|
- name: Generating Package
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
|
conan install . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release
|
||||||
conan create . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release
|
conan create . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release
|
||||||
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan
|
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan
|
||||||
conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}
|
conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}
|
||||||
|
Loading…
Reference in New Issue
Block a user