mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-21 22:42:20 +00:00
Use pacman in Travis CI
This commit is contained in:
parent
4b04bf7e38
commit
c8f46d99aa
2 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue