Git Product home page Git Product logo

galaxy-flavor-testing's Introduction

Galaxy Flavor Testing

Galaxy Flavors are the easiest way to get production ready, specifically tailored tool collections in the hand of users. To read more about it by visiting the Galaxy website and the Galaxy Docker project.

This projects hosts scripts for different CI services to unify and ease the testing of such flavors.

Travis

Copy the included example_travis.yml into your github repository of your Galaxy flavor, name it .travis.yml and it will be tested automatically.

Note: You need to activate Travis as described here.

Finally, you can add an SVG at the top of your readme describing whether your tests pass if your flavor is publicly available on github. At the top of your repository's README.md, add (substituting the proper OWNER and REPO of course):

[![Build Status](https://api.travis-ci.org/OWNER/REPO.svg)](https://travis-ci.org/OWNER/REPO)

GitHub Actions

Copy the included example_github_actions.yml into a .github/workflows/ directory in the github repository of your Galaxy flavor, name it test.yml and it will be tested automatically.

Finally, you can add an SVG at the top of your readme describing whether your tests pass if your flavor is publicly available on github. At the top of your repository's README.md, add (substituting the proper OWNER and REPO of course):

![Test Docker image building](https://github.com/OWNER/REPO/workflows/Test%20Docker%20image%20building/badge.svg)

CircleCI

Copy the included example_circleci_config.yml into a .circleci/ directory in the github repository of your Galaxy flavor, name it config.yml and it will be tested automatically.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.