From 4de5bafd1286b2e6e45a1e6c7619107cf9408e08 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Sun, 13 Oct 2024 15:47:30 -0700 Subject: [PATCH] Testing conan on linux. --- .gitea/workflows/Test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/Test.yaml b/.gitea/workflows/Test.yaml index f8c5690..c173a58 100644 --- a/.gitea/workflows/Test.yaml +++ b/.gitea/workflows/Test.yaml @@ -60,9 +60,10 @@ jobs: cd ${{ gitea.workspace }} 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 + 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 upload --remote=origin ehs + conan remote remove origin - name: Generating Documentation run: | @@ -101,9 +102,10 @@ jobs: cd ${{ gitea.workspace }} 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 + 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 upload --remote=origin ehs + conan remote remove origin - name: Generating Documentation run: |