Ubuntu 18.04 is failing because it's using python2!
This commit is contained in:
+16
-15
@@ -26,21 +26,22 @@ matrix:
|
||||
env:
|
||||
- BUILD_TYPE="Debug"
|
||||
|
||||
- name: "Ubuntu 18.04 - gcc (Release)"
|
||||
os: linux
|
||||
dist: bionic
|
||||
sudo: required
|
||||
compiler: gcc
|
||||
env:
|
||||
- BUILD_TYPE="Release"
|
||||
|
||||
- name: "Ubuntu 18.04 - gcc (Debug)"
|
||||
os: linux
|
||||
dist: bionic
|
||||
sudo: required
|
||||
compiler: gcc
|
||||
env:
|
||||
- BUILD_TYPE="Debug"
|
||||
# 18.04 fails because it uses python2 !
|
||||
# - name: "Ubuntu 18.04 - gcc (Release)"
|
||||
# os: linux
|
||||
# dist: bionic
|
||||
# sudo: required
|
||||
# compiler: gcc
|
||||
# env:
|
||||
# - BUILD_TYPE="Release"
|
||||
#
|
||||
# - name: "Ubuntu 18.04 - gcc (Debug)"
|
||||
# os: linux
|
||||
# dist: bionic
|
||||
# sudo: required
|
||||
# compiler: gcc
|
||||
# env:
|
||||
# - BUILD_TYPE="Debug"
|
||||
|
||||
- name: "Ubuntu 20.04 - gcc (Release)"
|
||||
os: linux
|
||||
|
||||
Reference in New Issue
Block a user