Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automata4j: added CI/CD and fix javadoc errors #1

Merged
merged 3 commits into from
Jul 21, 2023
Merged

Conversation

pavly-gerges
Copy link
Member

This PR adds the following:

  • GitHub test and deploy workflows for GitHub CI/CD.
  • Helper bash scripts: to retrieve the public gpg and publish to maven-central.
  • Automata4j-API: fix javadoc errors.

*	new file:   .github/workflows/build-deploy.yml
*	new file:   .github/workflows/build-test.yml
*	modified:   .gitignore
*	modified:   automata4j/build.gradle
*	modified:   automata4j/src/main/java/com/avrsandbox/fsa/core/Transition.java
*	modified:   automata4j/src/main/java/com/avrsandbox/fsa/core/TransitionalManager.java
*	modified:   automata4j/src/main/java/com/avrsandbox/fsa/core/state/AutoState.java
*	modified:   automata4j/src/main/java/com/avrsandbox/fsa/core/state/CloneType.java
*	modified:   automata4j/src/main/java/com/avrsandbox/fsa/util/StateMap.java
*	new file:   gradle.properties
*	new file:   helper-scripts/abstract/abstract-checksum-generator.sh
*	new file:   helper-scripts/abstract/abstract-move-files.sh
*	new file:   helper-scripts/abstract/abstract-sonatype-publish.sh
*	new file:   helper-scripts/project-impl/publishing/avrsandbox.pub
*	new file:   helper-scripts/project-impl/publishing/install-maven-latest.sh
*       new file:   helper-scripts/project-impl/publishing/maven-settings.xml
*	new file:   helper-scripts/project-impl/publishing/owner-trust.txt
*	new file:   helper-scripts/project-impl/publishing/secret-key
*	new file:   helper-scripts/project-impl/publishing/sonatype-publish-artifacts.sh
*	new file:   helper-scripts/project-impl/variables.sh
@pavly-gerges pavly-gerges added the enhancement New feature or request label Jul 21, 2023
@pavly-gerges pavly-gerges temporarily deployed to maven-central July 21, 2023 13:05 — with GitHub Actions Inactive
@pavly-gerges pavly-gerges merged commit a99b33d into master Jul 21, 2023
8 of 9 checks passed
@pavly-gerges pavly-gerges deleted the ci-cd branch July 21, 2023 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant