Skip to content

Commit

Permalink
gcc-c++
Browse files Browse the repository at this point in the history
  • Loading branch information
kuboosoft committed Oct 17, 2018
1 parent 390f5c3 commit 64dc87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
script:
# ENABLE tne next line and delete add a "#" the next lines; if you want build with mock
#- travis_wait 40 docker run --cap-add=SYS_ADMIN davidva/unibuild /bin/sh /urpms -g UnitedRPMs/spotify -s spotify.spec -t fedora-25-x86_64
- docker run -v $(pwd):/root/enjoy --cap-add=SYS_ADMIN davidva/unibuild-28 /bin/sh -c "rm -f urpms && wget -c https://raw.githubusercontent.com/kuboosoft/united-build/master/urpms && chmod a+x urpms && /urpms -g UnitedRPMs/kodi-addon-visualizations -s kodi-addon-visualizations.spec -r true -d 'dist .fc28' -u true"
- docker run -v $(pwd):/root/enjoy --cap-add=SYS_ADMIN davidva/unibuild-29 /bin/sh -c "rm -f urpms && wget -c https://raw.githubusercontent.com/kuboosoft/united-build/master/urpms && chmod a+x urpms && /urpms -g UnitedRPMs/kodi-addon-visualizations -s kodi-addon-visualizations.spec -r true -d 'dist .fc29' -u true"
notifications:
webhooks:
urls:
Expand Down
1 change: 1 addition & 0 deletions kodi-addon-visualizations.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Source0: https://github.com/UnitedRPMs/kodi-addon-visualizations/releases/downlo
Source1: kodi-addon-visualizations.sh
Source2: kodi-addon-visualizations.txt

BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: kodi-devel >= 18
BuildRequires: platform-devel
Expand Down

0 comments on commit 64dc87c

Please sign in to comment.