Remove Centos 7 Makefile [ci skip]

This commit is contained in:
Julien Wadel 2020-03-13 15:12:15 +01:00
parent 888e7ec0be
commit 95998f8623

View file

@ -1,15 +1,15 @@
job-centos7-makefile-gcc:
#job-centos7-makefile-gcc:
tags: [ "docker" ]
image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-centos:7
only:
variables:
- $NIGHTLY_MASTER
variables:
CMAKE_GENERATOR: Unix Makefiles
CC: gcc
CXX: g++
extends: .job-linux-desktop
# tags: [ "docker" ]
# image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-centos:7
# only:
# variables:
# - $NIGHTLY_MASTER
# variables:
# CMAKE_GENERATOR: Unix Makefiles
# CC: gcc
# CXX: g++
# extends: .job-linux-desktop
#job-centos7-makefile-clang: