nabbelbabbel / gitlab-cir-ubuntu-gcc5-python2

GitLab CI Runner, running Ubuntu 14.04, GCC-55 and Python2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image of a GitLab CI Runner to run builds using GCC5 and Python2 on Ubuntu 14.04.

Docker image with GitLab CI Runner, which can run builds for C++, Python and Fortran.

How to use

Example of Docker Compose file (docker-compose.yml)

CPFRunner:
  image: nabbelbabbel/gitlab-cir-ubuntu-gcc5-python2:latest
  environment:
    - CI_SERVER_URL=<enter gitlab-ci url here>
    - RUNNER_TOKEN=<enter runner token here>
    - RUNNER_DESCRIPTION=<name the runner>
  restart: always

More information

About

GitLab CI Runner, running Ubuntu 14.04, GCC-55 and Python2

License:MIT License


Languages

Language:Shell 100.0%