Giter Club home page Giter Club logo

testci's Introduction

Test out the new Anaconda Build

Warning: There are only binstar-build conda packages for osx-64 and linux-64 To submit jobs from a windows machine, you will need to install binstar and binstar-build from source. This will be fixed soon. Sorry.

pip install binstar binstar-build

Warning: If you get an error message like

[BinstarError] Invalid queue build-binstar-continuum

Then you need to ask a binstar admin to add you to the build-binstar-continuum user group

Submitting your build to the queue

Make sure that you are on binstar-build version >= 0.8

$ binstar-build -V
binstar-build Command line client (version 0.8.2)

Submit a build

binstar-build  submit \
    https://github.com/binstar/testci \
    --test-only 
    --queue build-binstar-continuum 

A breakdown of the submit command:

The .binstar.yml file

The build script and platforms are controlled with a .binstar.yml file, Check out the in-line comments for what the submit command is doing behind the scenes.

Submit a build from the binstar/testci repository

You can also build from a subdirectory and/or a branch of the repo

https://github.com/USERNAME/REPO#BRANCHNAME --sub-dir SUB_DIRECTORY

The following command is also valid:

binstar-build submit \
    https://github.com/binstar/testci#test_sub_dir \
    --sub-dir recipe_dir
    --test-only 
    --queue build-binstar-continuum 
  • Warning: SUB_DIRECTORY Must be a valid directory within your repo and SUB_DIRECTORY Must contain a valid .binstar.yml file
  • Warning: only github.com urls are supported.

--test-only

This tells the binstar build worker that this is just a test and it should not upload any files to binstar.

--queue build-binstar-continuum

This tells binstar what queue you want to use.

The format is:

build-QUEUE_OWNER-QUEUE_NAME

testci's People

Contributors

srossross avatar dsludwig avatar

Watchers

James Cloos avatar

Forkers

peterdsteinberg

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.