-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add gpp, devcontainer cli and python3 install tests
- Loading branch information
1 parent
2260def
commit 8c396ec
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
#!/bin/bash | ||
readonly INSTALL_NPM="npm installed successfully." | ||
readonly INSTALL_GIT="Git installed successfully." | ||
readonly INSTALL_GPP="gpp installed successfully." | ||
readonly INSTALL_BATS="Bats installed successfully." | ||
readonly INSTALL_HUGO="Hugo installed successfully." | ||
readonly INSTALL_MAKE="Make installed successfully." | ||
readonly INSTALL_CURL="curl installed successfully." | ||
readonly INSTALL_BASH="Bash installed successfully." | ||
readonly SKIP_INSTALL_GIT="Git installation has been skipped." | ||
readonly INSTALL_PYTHON3="python3 installed successfully." | ||
readonly INSTALL_DOCKER_CLI="Docker CLI installed successfully." | ||
readonly INSTALL_NETLIFY_CLI="Netlify CLI installed successfully." | ||
readonly ADD_GIT_SUBMODULE_SKIPPED="Git submodule update skipped." | ||
readonly INSTALL_CIRCLECI_CLI="CircleCI CLI installed successfully." | ||
readonly INSTALL_DEVCONTAINER_CLI="devcontainer CLI installed successfully." | ||
|
||
readonly SKIP_INSTALL_GIT="Git installation has been skipped." | ||
readonly ADD_GIT_SUBMODULE_SKIPPED="Git submodule update skipped." | ||
readonly ADD_GIT_SUBMODULE_EXECUTED="Git submodule update executed." |