Mold #14
@@ -59,6 +59,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Reset ccache stats
|
||||||
|
run: ccache --zero-stats
|
||||||
|
|
||||||
- name: Run Conan packaging
|
- name: Run Conan packaging
|
||||||
run: |
|
run: |
|
||||||
echo "Building ${{ matrix.package.name }}@${{ matrix.package.version }}"
|
echo "Building ${{ matrix.package.name }}@${{ matrix.package.version }}"
|
||||||
@@ -76,6 +79,9 @@ jobs:
|
|||||||
conan upload ${{ matrix.package.name }}/${{ matrix.package.version }}@bigfootdev/${{ env.BRANCH_NAME }} \
|
conan upload ${{ matrix.package.name }}/${{ matrix.package.version }}@bigfootdev/${{ env.BRANCH_NAME }} \
|
||||||
--only-recipe --remote=bigfootpackages
|
--only-recipe --remote=bigfootpackages
|
||||||
|
|
||||||
|
- name: Show ccache stats
|
||||||
|
run: ccache --show-stats
|
||||||
|
|
||||||
conan-packages-tier2:
|
conan-packages-tier2:
|
||||||
needs: conan-packages-tier1
|
needs: conan-packages-tier1
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -108,6 +114,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Reset ccache stats
|
||||||
|
run: ccache --zero-stats
|
||||||
|
|
||||||
- name: Run Conan packaging
|
- name: Run Conan packaging
|
||||||
run: |
|
run: |
|
||||||
echo "Building ${{ matrix.package.name }}@${{ matrix.package.version }}"
|
echo "Building ${{ matrix.package.name }}@${{ matrix.package.version }}"
|
||||||
@@ -125,6 +134,9 @@ jobs:
|
|||||||
conan upload ${{ matrix.package.name }}/${{ matrix.package.version }}@bigfootdev/${{ env.BRANCH_NAME }} \
|
conan upload ${{ matrix.package.name }}/${{ matrix.package.version }}@bigfootdev/${{ env.BRANCH_NAME }} \
|
||||||
--only-recipe --remote=bigfootpackages
|
--only-recipe --remote=bigfootpackages
|
||||||
|
|
||||||
|
- name: Show ccache stats
|
||||||
|
run: ccache --show-stats
|
||||||
|
|
||||||
conan-packages-tier3:
|
conan-packages-tier3:
|
||||||
needs: conan-packages-tier2
|
needs: conan-packages-tier2
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -153,6 +165,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Reset ccache stats
|
||||||
|
run: ccache --zero-stats
|
||||||
|
|
||||||
- name: Run Conan packaging
|
- name: Run Conan packaging
|
||||||
run: |
|
run: |
|
||||||
echo "Building ${{ matrix.package.name }}@${{ matrix.package.version }}"
|
echo "Building ${{ matrix.package.name }}@${{ matrix.package.version }}"
|
||||||
@@ -170,6 +185,9 @@ jobs:
|
|||||||
conan upload ${{ matrix.package.name }}/${{ matrix.package.version }}@bigfootdev/${{ env.BRANCH_NAME }} \
|
conan upload ${{ matrix.package.name }}/${{ matrix.package.version }}@bigfootdev/${{ env.BRANCH_NAME }} \
|
||||||
--only-recipe --remote=bigfootpackages
|
--only-recipe --remote=bigfootpackages
|
||||||
|
|
||||||
|
- name: Show ccache stats
|
||||||
|
run: ccache --show-stats
|
||||||
|
|
||||||
conan-packages-tier4:
|
conan-packages-tier4:
|
||||||
needs: conan-packages-tier3
|
needs: conan-packages-tier3
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -197,6 +215,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Reset ccache stats
|
||||||
|
run: ccache --zero-stats
|
||||||
|
|
||||||
- name: Run Conan packaging
|
- name: Run Conan packaging
|
||||||
run: |
|
run: |
|
||||||
echo "Building ${{ matrix.package.name }}@${{ matrix.package.version }}"
|
echo "Building ${{ matrix.package.name }}@${{ matrix.package.version }}"
|
||||||
@@ -213,3 +234,6 @@ jobs:
|
|||||||
CONAN_PASSWORD=${ARTIFACTORY_PASSWORD} \
|
CONAN_PASSWORD=${ARTIFACTORY_PASSWORD} \
|
||||||
conan upload ${{ matrix.package.name }}/${{ matrix.package.version }}@bigfootdev/${{ env.BRANCH_NAME }} \
|
conan upload ${{ matrix.package.name }}/${{ matrix.package.version }}@bigfootdev/${{ env.BRANCH_NAME }} \
|
||||||
--only-recipe --remote=bigfootpackages
|
--only-recipe --remote=bigfootpackages
|
||||||
|
|
||||||
|
- name: Show ccache stats
|
||||||
|
run: ccache --show-stats
|
||||||
Reference in New Issue
Block a user