Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
/ scripts Public archive

Common scripts to use in Libero projects builds

License

Notifications You must be signed in to change notification settings

libero/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libero common scripts

Build Status

These common scripts are used in Libero projects builds.

Getting started

To add to a repository, run:

git submodule add https://github.com/libero/scripts .scripts

and commit the result.

To initialize the submodule in a repository that uses it, run:

git submodule init
git submodule update

To update the copy of scripts used in a repository, run:

git submodule update --remote

and commit the result.

Developing

If you add a shellscript consider using bats to add tests for it.

To run tests locally:

  • install shellcheck (apt/brew/yum install shellcheck)
make setup
make test
make teardown

NOTE: some tests grep docker images output. If in doubt use docker system prune --all to ensure a clean test run.

Getting help

About

Common scripts to use in Libero projects builds

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •