0.1.9 • Published 6 years ago

ci.sh v0.1.9

Weekly downloads
338
License
GPL-3.0
Repository
gitlab
Last release
6 years ago

ci.sh

A Midtrans shell library for CI acitivity.

Install

Prerequisite

  • yarn or npm

Step

Summary

# change directory to your desired location, for example .gitlab
cd .gitlab

# install via npm, it will be installed under node_modules folder
npm install ci.sh@${version} # see package.json and our tag release for the version

Example in gitlab-ci.yml

  • You use ci.example.sh which located in .gitlab folder, and here is the tree of the projects
.
.gitlab
\ ci.example.sh
  node_modules
  \ ci.sh
    \ ci.sh
    \ lib
    \ package.json
    \ README.md
\ your_project_files_here
\ your_project_files_here
\ your_project_files_here
\ .gitlab-ci.yml
stage:
  - example-ruby

before_script:
  - export CISH_VERSION=0.19
  - npm install ci.sh@${CISH_VERSION}

example:
  stage: example-ruby
  script:
    - source .gitlab/ci.example.sh
    - simple_setup rspec
    - rspec

Example project

WIP

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago