CI #2

Merged
rboullard merged 47 commits from Development into main 2026-01-27 11:17:33 +00:00
Showing only changes of commit c03a9b867f - Show all commits

View File

@@ -66,7 +66,7 @@ RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \
RUN echo ${CONAN_PROFILE_BRANCH} RUN echo ${CONAN_PROFILE_BRANCH}
# Configure Conan with custom profiles and remote # Configure Conan with custom profiles and remote
RUN conan config install https://git.romainboullard.com/BigfootDev/ConanProfiles.git --args=--branch ${CONAN_PROFILE_BRANCH} \ RUN conan config install https://git.romainboullard.com/BigfootDev/ConanProfiles.git --args=--branch $CONAN_PROFILE_BRANCH \
&& conan remote add bigfootpackages https://conan.romainboullard.com/artifactory/api/conan/bigfootpackages \ && conan remote add bigfootpackages https://conan.romainboullard.com/artifactory/api/conan/bigfootpackages \
&& conan remote disable conancenter && conan remote disable conancenter