GithubHelp home page GithubHelp logo

rjud / jud Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 1.0 258 KB

Chain for toolchain : download, configure, build, test, submit, install, pack and upload a series of applications.

License: GNU General Public License v3.0

Ruby 98.27% HTML 1.73%

jud's Introduction

jud

Chain for toolchain : download, configure, build, test, submit, install, pack and upload a series of applications.

jud's People

Contributors

jbedouet avatar relf avatar rjud avatar xoolive avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jbedouet

jud's Issues

Support update function

It would be sweat to support this kind of interface:

jud.rb update <project>
jud.rb update <project> --follow-dependencies

This could fetch the latest of version of the sources and rebuild/follow dependency rebuilds for the project.

❤️

pb (c)make configuration

I ended up with a configuration file containing:

CMake Native Build Tool: Jud::Tools::Make

instead of

CMake Native Build Tool: Make

Rethink deployment

Deployment should not be decided by project but by application. An application should decide to install some projects in a specific common directory. Deployment should be reserved to execution (and to development). Only binaries and shared data should be present in this common directory.

Generate execution environment

We should have a way to easily set up $PATH, $LD_LIBRARY_PATH and $PYTHONPATH using the application installation directory.
Below is an example of a manually written script to do that.

#!/bin/bash

# Absolute path to this script
SCRIPT=$(readlink -f "$BASH_SOURCE")
# Folder containing this script
INSTALL_PATH=$(dirname "$SCRIPT")
echo "Using $INSTALL_PATH as install path"

# Application-specific environment variables
export MY_APP_VARIABLE=$INSTALL_PATH

# Environment variables common to all applications
export PYTHONPATH=$INSTALL_PATH/usr/lib/python2.7/site-packages:$PYTHONPATH
export LD_LIBRARY_PATH=$INSTALL_PATH/usr/lib:$LD_LIBRARY_PATH
export PATH=$INSTALL_PATH/usr/bin:$PATH 

Issue in pack_tool (missing include ?)

Unpack swigwin-2.0.11.zip to install-msvc12/main/Swig-win32-x86
AppData/Local/Temp/ocr560E.tmp/src/jud/src/Library/pack_tool.rb:25:in unpack': uninitialized constant Jud::Tools::ZipTool (NameError) from AppData/Local/Temp/ocr560E.tmp/src/jud/src/Library/project.rb:649:inunpack_this'

Zip doesn't work

src/jud/src/Library/pack_tool.rb:25:in unpack': uninitialized constant Jud::Tools::ZipTool (NameError) from src/jud/src/Library/project.rb:649:inunpack_this'
from src/jud/src/Library/project.rb:135:in `install_me'

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.