test
This commit is contained in:
@@ -71,9 +71,6 @@ jobs:
|
|||||||
username: ${{ secrets.CI_USERNAME }}
|
username: ${{ secrets.CI_USERNAME }}
|
||||||
password: ${{ secrets.CI_TOKEN }}
|
password: ${{ secrets.CI_TOKEN }}
|
||||||
|
|
||||||
- name: echo branhc name
|
|
||||||
run : echo ${BRANCH_NAME}
|
|
||||||
|
|
||||||
- name: Build Builder
|
- name: Build Builder
|
||||||
run: docker build -t "$CPP_BUILDER_TAG" ./Linux/CPPBuilder --build-arg BASE_BUILDER="$BASE_BUILDER_TAG" --build-arg CONAN_PROFILE_BRANCH="${BRANCH_NAME}"
|
run: docker build -t "$CPP_BUILDER_TAG" ./Linux/CPPBuilder --build-arg BASE_BUILDER="$BASE_BUILDER_TAG" --build-arg CONAN_PROFILE_BRANCH="${BRANCH_NAME}"
|
||||||
|
|
||||||
|
|||||||
@@ -63,6 +63,8 @@ RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \
|
|||||||
&& cmake --install build \
|
&& cmake --install build \
|
||||||
&& rm -rf /tmp/mold
|
&& rm -rf /tmp/mold
|
||||||
|
|
||||||
|
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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user