Compare commits
No commits in common. "fb50d75d387bf93a6be043cf9104fb3079e3f824" and "e4c4d3f95662b895af860b2612e1fcc7975f3400" have entirely different histories.
fb50d75d38
...
e4c4d3f956
@ -58,7 +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 --build=missing
|
conan install . --profile ./profiles/Linux_x86_64_Release --build=missing
|
||||||
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}}
|
||||||
@ -99,7 +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 --build=missing
|
conan install . --profile ./profiles/Linux_x86_64_Release --build=missing
|
||||||
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…
x
Reference in New Issue
Block a user