Testing conan on linux.
This commit is contained in:
parent
a00b056cf7
commit
4de5bafd12
@ -60,9 +60,10 @@ jobs:
|
|||||||
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:host ./profiles/Linux_x86_64_Release --profile:build ./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 --force
|
||||||
conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
|
conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
|
||||||
conan upload --remote=origin ehs
|
conan upload --remote=origin ehs
|
||||||
|
conan remote remove origin
|
||||||
|
|
||||||
- name: Generating Documentation
|
- name: Generating Documentation
|
||||||
run: |
|
run: |
|
||||||
@ -101,9 +102,10 @@ jobs:
|
|||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
conan install . --profile:host ./profiles/Linux_AARCH64_Release --profile:build ./profiles/Linux_AARCH64_Release --build=missing
|
conan install . --profile:host ./profiles/Linux_AARCH64_Release --profile:build ./profiles/Linux_AARCH64_Release --build=missing
|
||||||
conan create . --profile:host ./profiles/Linux_AARCH64_Release --profile:build ./profiles/Linux_AARCH64_Release
|
conan create . --profile:host ./profiles/Linux_AARCH64_Release --profile:build ./profiles/Linux_AARCH64_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 --force
|
||||||
conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
|
conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
|
||||||
conan upload --remote=origin ehs
|
conan upload --remote=origin ehs
|
||||||
|
conan remote remove origin
|
||||||
|
|
||||||
- name: Generating Documentation
|
- name: Generating Documentation
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user