Skip to content

Latest commit

 

History

59 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image of a GitLab CI Runner to run builds using GCC-7 and Python2 on Ubuntu 16.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-gcc7-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 16.04, GCC-7 and Python2

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages