File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,18 @@ matrix:
2626 sudo : required
2727 compiler : gcc
2828 env : DEBIAN_BUILD=true
29+ - os : linux
30+ dist : focal
31+ sudo : required
32+ compiler : gcc
33+ env : DEBIAN_BUILD=true
2934 - os : osx
3035 osx_image : xcode10.2
3136
3237before_install :
38+ - if [[ $DEBIAN_BUILD != true ]] && [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get update -qq; fi
39+ - if [[ $DEBIAN_BUILD != true ]] && [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y libgl1-mesa-dev freeglut3-dev; fi
3340 - if [[ $DEBIAN_BUILD == true ]]; then sudo add-apt-repository -y ppa:team-xbmc/xbmc-nightly; fi
34- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
35- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libgl1-mesa-dev freeglut3-dev; fi
3641 - if [[ $DEBIAN_BUILD == true ]]; then sudo apt-get install fakeroot; fi
3742
3843#
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<addon
33 id =" visualization.projectm"
4- version =" 3.2 .0"
4+ version =" 3.3 .0"
55 name =" projectM"
66 provider-name =" Team Kodi" >
77 <requires >@ADDON_DEPENDS@</requires >
You can’t perform that action at this time.
0 commit comments