Skip to content

Commit

Permalink
Removing gcc10 from build, served its purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
basvodde committed May 19, 2020
1 parent 40e1208 commit c40a99c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:

# Docker images. Need to be cleared at times
- env: BUILD=docker_ubuntu_autotools
- env: BUILD=docker_ubuntu_gcc10
- env: BUILD=docker_ubuntu_dos
- env: BUILD=autotools_dist

Expand Down
9 changes: 0 additions & 9 deletions docker/Dockerfile.gcc10

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/travis_ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ if [ "x$BUILD" = "xdocker_ubuntu_autotools" ]; then
docker start -i cpputest_ubuntu
fi

if [ "x$BUILD" = "xdocker_ubuntu_gcc10" ]; then
$CPPUTEST_HOME/scripts/create_docker_images_and_containers gcc10
docker start -i cpputest_gcc10
fi

if [ "x$BUILD" = "xdocker_ubuntu_dos" ]; then
$CPPUTEST_HOME/scripts/create_docker_images_and_containers dos
docker start -i cpputest_dos
Expand Down

0 comments on commit c40a99c

Please sign in to comment.