Skip to content

Dockerfile which build docker image with GCC and cmake in any version !

Notifications You must be signed in to change notification settings

celian-garcia/gccx-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gccx-cmake CircleCI

This repository contains the dockerfile used to build the following docker images:

Build an image with GCC and cmake

Both of the following commands produce an image with tag albert-einstein/gcc7-cmake:3.9.6 containing gcc 7 and cmake 3.9.6.
Just modify the versions to get the desired combination.

Using docker build command

docker build -t albert-einstein/gcc7-cmake:3.9.6 --build-arg CMAKE_VERSION=3.9.6 --build-arg GCC_VERSION=7 .

Using the build.sh script

./scripts/build.sh -c 3.9.6 -g 7 -u albert-einstein .

Nightly build

Some combinations are automatically built each night and pushed to my personal docker hub account. Please have a look at the circle ci configuration to see what versions are built.

Contribution

Don't hesitate to send a pull request or issue if you want to see a new combination in the nightly build :).

About

Dockerfile which build docker image with GCC and cmake in any version !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published