GithubHelp home page GithubHelp logo

kubo39 / ci Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dlang/ci

0.0 2.0 0.0 616 KB

dlang CI testing pipelines

Home Page: https://buildkite.com/dlang

License: Boost Software License 1.0

Groovy 7.19% Shell 77.70% Python 1.74% Dockerfile 2.62% Jinja 10.74%

ci's Introduction

dlangci

CI pipelines for dlang. At the moment this mainly tests various dub projects against regressions during development of dlang.

Build status

How to build a project locally

Typically all you need to reproduce a failure is to clone a specific repository locally and run its testsuite with your respective DMD compiler:

dub test --compiler=$HOME/dlang/dmd/generated/linux/release/64/dmd

However, for adding new projects it can be interesting to test what's happening on Buildkite locally. This can be done with:

REPO_FULL_NAME="dlang/tools" ./buildkite/build_project.sh

However, be sure to download the distribution.tgz and extract it in distribution before running (otherwise the default dmd will be used by build_project.sh). Alternatively, to use your locally build dmd, simply make sure that it has a higher priority in your $PATH:

export PATH="$HOME/dlang/dmd/generated/linux/release/64:$PATH"

Pre-installed dependencies on buildkite agents

The server infrastructure is maintained using ansible and a list of pre-installed test dependencies can be found here. Send us a PR if you need something that isn't yet installed.

ci's People

Watchers

 avatar  avatar

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.