Last active
August 29, 2015 14:09
-
-
Save brucellino/685795b1e6d1ebf49346 to your computer and use it in GitHub Desktop.
Proposed YML for jenkins job creation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |
Updated with repo url that contains the build.sh script (maybe should be full path to the script ?)
Added a target_sites variable - to say which sites we should be able to build for
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
Updated with version suggestion from fani