Skip to content

A script collection that we use across Openmeeg repositories for Continuous Integration (CI) systems.

Notifications You must be signed in to change notification settings

openmeeg/ci-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

CI-utils

This repository contains a collection of scripts for Continuous Integration (CI) that we use across Openmeeg repositories. Its main purpose is to provide all our projects with a common manner to install their dependencies, but using a script archive rather than copy pasting bits and pieces in CI's config files provide also two main advantages:

  • a natural manner for more comprehensive scripting.
  • documenting the installation process.

Usage

In order to avoid code injection through detecting the pipelining on the server side, we recommend to call the scripts as follow:

- sh -c "$(curl -fsSkL ${SCRIPT_URL_PATH})"

Todo

-[ ] Add tests to the scripts -[ ] Add usage examples

About

A script collection that we use across Openmeeg repositories for Continuous Integration (CI) systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages