Use pacman in Travis CI

This commit is contained in:
Crayon2000 2018-06-30 21:10:21 -04:00
parent 4b04bf7e38
commit c8f46d99aa
2 changed files with 4 additions and 3 deletions

View file

@ -20,10 +20,11 @@ cache:
- ${DEVKITPRO}
before_install:
- wget https://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitPPCupdate.pl
- wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
install:
- sudo perl devkitPPCupdate.pl
- sudo dpkg --install devkitpro-pacman.deb
- sudo dkp-pacman --sync --sysupgrade --refresh --needed --noconfirm wii-dev
script:
- (cd GRRLIB && sudo -E make clean all install)

View file

@ -1,4 +1,4 @@
Copyright (c) 2009-2017 The GRRLIB Team
Copyright (c) 2009-2018 The GRRLIB Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal