Testing conan on linux.
Some checks failed
Build & Release / Windows-AMD64-Build (push) Failing after 22s
Build & Release / Linux-AMD64-Build (push) Failing after 5m47s
Build & Release / Linux-AARCH64-Build (push) Failing after 15m3s

This commit is contained in:
Arron David Nelson 2024-10-13 15:57:33 -07:00
parent 4de5bafd12
commit 6662ac39bd

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 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 --force
conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
conan remote login origin ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
conan upload --remote=origin ehs
conan remote remove origin
@ -103,7 +103,7 @@ jobs:
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 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 ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
conan upload --remote=origin ehs
conan remote remove origin