Testing conan on linux.

This commit is contained in:
Arron David Nelson 2024-10-13 13:36:59 -07:00
parent fb50d75d38
commit 1aaa27b41f

View File

@ -61,7 +61,7 @@ jobs:
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
conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}} conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
conan upload --remote=origin ehs conan upload --remote=origin ehs
- name: Generating Documentation - name: Generating Documentation
@ -102,7 +102,7 @@ jobs:
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
conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}} conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
conan upload --remote=origin ehs conan upload --remote=origin ehs
- name: Generating Documentation - name: Generating Documentation