Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ca7c33

Browse files
Update documentation_ccmake-docker.md
1 parent d1a79cf commit 0ca7c33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation_ccmake-docker.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ You will need to add these lines to your .travis.yml file:
8282
## Docker
8383
Docker is a software container platform packages the libraries and settings of a piece of software and makes it perform the same regardless of the device it is on. Docker can be in Travis to test other Linux distributions or deploy a build on Docker Hub. To use Docker, make an account and enter a username, email, and password. Go to DockerHub settings under "linked accounts and services" and link GitHub.
8484

85-
First, you must create a build environment, which can be in a separate repo such as [buildenv](https://github.com/laurelmcintyre/buildenv) or on a separate branch of the same repo. The Dockerfile will refer to the build environment and pull from it. This example uses [Fedora](https://www.docker.com/docker-fedora) and Ubunutu. In the buildenv repo, there is a .travis.yml file, a fedora file, and an ubuntu file.
85+
First, you must create a build environment, which can be in a separate repo such as [buildenv](https://github.com/laurelmcintyre/buildenv) or on a separate branch of the same repo. The Dockerfile will refer to the build environment and pull from it. This example uses [Fedora](https://www.docker.com/docker-fedora) and Ubuntu. In the buildenv repo, there is a .travis.yml file, a fedora file, and an ubuntu file.
86+
8687
.travis.yml:
8788

8889
language: c

0 commit comments

Comments
 (0)