Skip to content

nabbelbabbel/gitlab-cir-ubuntu-gcc7-python2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages