Testing conan on linux.
This commit is contained in:
parent
6662ac39bd
commit
9b0b2b1acc
@ -58,11 +58,17 @@ jobs:
|
|||||||
- name: Generating Package
|
- name: Generating Package
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
|
echo Installing dependencies.
|
||||||
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
|
||||||
|
echo Creating package.
|
||||||
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
|
||||||
|
echo Adding remote.
|
||||||
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan --force
|
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan --force
|
||||||
|
echo Logging in to remote.
|
||||||
conan remote login origin ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
|
conan remote login origin ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
|
||||||
|
echo Uploading to remote.
|
||||||
conan upload --remote=origin ehs
|
conan upload --remote=origin ehs
|
||||||
|
echo Removing remote.
|
||||||
conan remote remove origin
|
conan remote remove origin
|
||||||
|
|
||||||
- name: Generating Documentation
|
- name: Generating Documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user