Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Java CI
on:
schedule:
- cron: '42 0 * * 4'
push:
push:
pull_request:

jobs:
Expand All @@ -22,8 +22,3 @@ jobs:
run: ./install-run-ipfs.sh
- name: Build & run tests with Maven
run: mvn test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it enable batch mode with -B and run verify instead?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM; see #262.

- name: Build with Ant
run: ant -noinput -buildfile build.xml dist
- name: Run tests
timeout-minutes: 10
run: ant -noinput -buildfile build.xml test
72 changes: 0 additions & 72 deletions build.xml

This file was deleted.

Binary file removed lib/cid.jar
Binary file not shown.
Binary file removed lib/hamcrest-2.2.jar
Binary file not shown.
Binary file removed lib/junit-4.13.2.jar
Binary file not shown.
Binary file removed lib/multiaddr.jar
Binary file not shown.
Binary file removed lib/multibase.jar
Binary file not shown.
Binary file removed lib/multihash.jar
Binary file not shown.