Skip to content

A docker android image that enables multiple commands to run on the same image

License

Notifications You must be signed in to change notification settings

giorgosneokleous93/docker-multicommand-android

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-multicommand-android

CI License: GPL v3 GitHub version

A docker android image that enables multiple commands to run on the same image.

Inputs

workingdir

Required Specifies the directory which the commands will run in.

Default: '.'

command1

Required The 1st command to run within the environment.

command2

The 2nd command to run within the environment.

command3

The 3rd command to run within the environment.

command4

The 4th command to run within the environment.

command5

The 5th command to run within the environment.

Example usage

uses: giorgosneokleous93/[email protected]
with:
  workingdir: 'sample-project'
  command1: 'echo "...Starting..."'
  command2: './gradlew app:assembleDebug'
  command3: './gradlew lint'
  command4: './gradlew test'
  command5: 'echo "...Finished..."'

Testing

The action has been tested at:


License

Please see attached License for more info.