Skip to content

A repository to compile and store packets for Travis container-based architecture

Notifications You must be signed in to change notification settings

A2-Collaboration/travis-container-packets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 

Repository files navigation

Travis-Container packets

A repository to compile and store packets for Travis container-based architecture.

Available packets

Name version status
CMake 3.1.2
3.13.1
Build Status
GCC 4.9.2
8.2.0
Build Status
APLCON master Build Status
APLCONpp master Build Status
CERN ROOT v5-34-00-patches-A2 Build Status
CERN ROOT 6 v6-10-08 Build Status
GSI HADES Pluto master Build Status
GSI HADES Pluto 6 master Build Status

How to use

In your travis file, you can add the following commands to download, install and set paths:

CMake 3.1.2

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/A2-Collaboration/travis-container-packets/cmake/setup.sh)

CMake 3.13.1

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/A2-Collaboration/travis-container-packets/cmake/setup_3.13.sh)

GCC 4.9.2

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/A2-Collaboration/travis-container-packets/gcc/setup.sh)

GCC 8.2.0

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/A2-Collaboration/travis-container-packets/gcc/setup_8.2.sh)

APLCON

Note: Obsolete! Use APLCONpp.

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/A2-Collaboration/travis-container-packets/APLCON/setup.sh)

APLCONpp

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/A2-Collaboration/travis-container-packets/APLCONpp/setup.sh)

version compiled with GCC 8.2.0:

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/A2-Collaboration/travis-container-packets/APLCONpp/setup_gcc8.2.sh)

CERN ROOT

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/A2-Collaboration/travis-container-packets/cern-root/setup.sh)

CERN ROOT 6

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/A2-Collaboration/travis-container-packets/cern-root6/setup.sh)

GSI HADES Pluto

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/A2-Collaboration/travis-container-packets/gsi-pluto/setup.sh)

GSI HADES Pluto 6

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/A2-Collaboration/travis-container-packets/pluto6/setup.sh)

About

A repository to compile and store packets for Travis container-based architecture

Resources

Stars

Watchers

Forks

Packages

No packages published