Integrate DockerImages within Gitea #1

Merged
rboullard merged 46 commits from GiteaCI into Development 2026-01-25 23:04:49 +00:00
Showing only changes of commit 28d2f95f36 - Show all commits

View File

@@ -63,7 +63,7 @@ RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \
&& cmake --install build \
&& rm -rf /tmp/mold
RUN echo $CONAN_PROFILE_BRANCH
RUN echo "$CONAN_PROFILE_BRANCH"
# Configure Conan with custom profiles and remote
RUN conan config install https://git.romainboullard.com/BigfootDev/ConanProfiles.git --args=--branch $CONAN_PROFILE_BRANCH \