-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Merge c2patool repo into c2pa-rs (#723)
- Loading branch information
Showing
51 changed files
with
8,732 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,3 +167,50 @@ jobs: | |
commit_user_name: Adobe CAI Team | ||
commit_user_email: [email protected] | ||
create_branch: true | ||
|
||
# ---- TO DO: Figure out how to run this job but only when nightly-snapshot changes the branch. ---- | ||
# publish-nightly-binaries: | ||
# name: Publish c2patool nightly binaries | ||
# runs-on: ${{ matrix.os }} | ||
# needs: nightly-snapshot | ||
|
||
# strategy: | ||
# fail-fast: false | ||
# matrix: | ||
# os: [windows-latest, macos-latest, ubuntu-latest] | ||
# include: | ||
# - os: macos-latest | ||
# artifact_name: c2patool_mac_universal.zip | ||
# - os: ubuntu-latest | ||
# artifact_name: c2patool_linux_intel.tar.gz | ||
# - os: windows-latest | ||
# artifact_name: c2patool_win_intel.zip | ||
|
||
# steps: | ||
# - name: Checkout repository | ||
# uses: actions/checkout@v4 | ||
# with: | ||
# ref: nightly | ||
|
||
# - name: Install Rust toolchain | ||
# uses: dtolnay/rust-toolchain@stable | ||
|
||
# - name: Cache Rust dependencies | ||
# uses: Swatinem/rust-cache@v2 | ||
|
||
# - name: Run cargo check | ||
# run: cd cli && cargo check | ||
|
||
# - name: Run cargo test --all | ||
# run: cd cli && cargo test --all | ||
|
||
# - name: Build nightly release artifacts | ||
# run: cd cli && make release | ||
|
||
# - name: Upload build as artifact | ||
# uses: actions/upload-artifact@v3 | ||
# with: | ||
# path: target/${{ matrix.artifact_name }} | ||
# name: ${{ matrix.artifact_name }} | ||
# retention-days: 15 | ||
# if-no-files-found: error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,6 @@ Cargo.lock | |
.vscode | ||
|
||
/semver-checks/target/ | ||
|
||
# Unit test output lands here. TO DO: Fix | ||
cli/target |
Oops, something went wrong.