Skip to content

Instantly share code, notes, and snippets.

@brucellino
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brucellino/685795b1e6d1ebf49346 to your computer and use it in GitHub Desktop.
Save brucellino/685795b1e6d1ebf49346 to your computer and use it in GitHub Desktop.
Proposed YML for jenkins job creation
---
author: Bruce Becker
repo: https://github.com/SAGridOps/SoftwareInstallation
name: GCC
target:
- sites:
- generic
- mpi
- mpi_infiniband
- OS:
- sl6
- u1404
versions:
- 4.6.1
category: compilers
dependencies:
- [ name: mpfr, version: 3.1.2 ]
url: http://gnu.org/path/to/gcc.tar.gz
build_script: build.sh
@brucellino
Copy link
Author

Updated with version suggestion from fani

@brucellino
Copy link
Author

Updated with repo url that contains the build.sh script (maybe should be full path to the script ?)

@brucellino
Copy link
Author

Added a target_sites variable - to say which sites we should be able to build for

@brucellino
Copy link
Author

changed the target to include OS types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment