Code Monkey home page Code Monkey logo

travis-jvm-debug's Introduction

Travis JVM Docker Image for Debugging

Utilises the travis-jvm image along with travis-cli and travis-build to create an environment where you can debug/test your Travis JVM builds.

Building

To build from Dockerfile do the following:

docker build -t tellisnz/travis-jvm-debug .

Running

When started with:

docker run -it --name travis-debug tellisnz/travis-jvm-debug

You'll arrive at a bash prompt in /home/travis/build. In here, you can clone your project, ensuring you include your username in the full path, like:

git clone https://github.com/myuser/myrepo.git myuser/myrepo

This is because the generated travis build script relies on the full path. You then compile your build script with:

cd myuser/myrepo && travis compile > ~/build/build.sh && chmod 755 ~/build/build.sh && cd ~/build

or equivalent. You can then try running your build with the ~/build/build.sh script.

Rerunning Builds

If you'd like to be able to re run your builds (as dependencies can take a while to download), ensure your scripts tidy up your file system. Then, after exiting from a previous container run, restart and attach to the container with:

docker start travis-debug
docker attach travis-debug

You'll then be starting afresh, but hopefully with your dependencies from the previous run retained.

travis-jvm-debug's People

Contributors

tellisnz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

brechtm

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.