Skip to content

ElijahSey/cardidea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cardIDEA

Continuous Integration Workflow Continuous Deployment Workflow

Continuous Integration

Trigger

The workflow is triggered by every push to the main branch.

Execution

The application is built by maven and all tests are run.

Continuous Deployment

Trigger

The workflow is triggered manually. It needs the version number as input.

Execution

  • The application is built.
  • Installers are created for Windows, macOS and Linux.
  • A new release is created using the content of the CHANGELOG.md file as text
  • The installers are attached to the release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks