Testing conan on linux.
This commit is contained in:
parent
6e3008793a
commit
cd2e6c1b69
@ -58,7 +58,7 @@ jobs:
|
||||
- name: Generating Package
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
conan create . --profile ./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 user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}
|
||||
conan upload --remote=origin ehs
|
||||
@ -98,7 +98,7 @@ jobs:
|
||||
- name: Generating Package
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
conan create . --profile ./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 user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}
|
||||
conan upload --remote=origin ehs
|
||||
|
Loading…
Reference in New Issue
Block a user