Skip to content

Commit 78607be

Browse files
[CI][CD] Artifact conangraph.html
1 parent 45059c2 commit 78607be

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
conan profile show
6767
6868
- run: conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
69+
- run: conan graph info pdf2htmlEX/conanfile.txt --profile=android-21-armv8 --build=missing --format=html > conangraph.html
6970

7071
- run: ./gradlew lintRelease publishToMavenLocal
7172

@@ -80,6 +81,13 @@ jobs:
8081
name: maven-local
8182
path: ~/.m2
8283
if-no-files-found: error
84+
85+
- uses: actions/upload-artifact@v4
86+
with:
87+
name: conangraph.html
88+
path: conangraph.html
89+
if-no-files-found: error
90+
8391
emulator:
8492
if: "!contains(github.event.head_commit.message, '[SkipCI]')"
8593
runs-on: ubuntu-22.04

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
conan config install .github/conan
6363
conan profile list
6464
conan profile show
65+
6566
- run: conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
67+
- run: conan graph info pdf2htmlEX/conanfile.txt --profile=android-21-armv8 --build=missing --format=html > conangraph.html
6668

6769
- run: ./gradlew lintRelease publishToMavenLocal
6870

@@ -88,6 +90,7 @@ jobs:
8890
tag: "v${{ steps.updateDownstreamVersion.outputs.version }}"
8991
name: "${{ github.event.repository.name }} v${{ steps.updateDownstreamVersion.outputs.version }}"
9092
bodyFile: "UpcomingReleaseNotes.md"
93+
artifact: "conangraph.html"
9194

9295
- run: ./ci-scripts/incrementVersion --patch
9396
id: postReleaseVersionIncrement

0 commit comments

Comments
 (0)