mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-06 05:05:08 +01:00
[Travis] One last fix
This commit is contained in:
parent
db46400fae
commit
4b0f58b781
@ -22,6 +22,7 @@ addons:
|
|||||||
before_install:
|
before_install:
|
||||||
- mkdir -p "${PORTLIBREPOS}"
|
- mkdir -p "${PORTLIBREPOS}"
|
||||||
- mkdir -p "${DEVKITPRO}"
|
- mkdir -p "${DEVKITPRO}"
|
||||||
|
- main_cwd=$(pwd)
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb -O /tmp/devkitpro-pacman.deb; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb -O /tmp/devkitpro-pacman.deb; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo dpkg -i /tmp/devkitpro-pacman.deb; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo dpkg -i /tmp/devkitpro-pacman.deb; fi
|
||||||
- yes | sudo dkp-pacman -Syu devkitPPC
|
- yes | sudo dkp-pacman -Syu devkitPPC
|
||||||
@ -33,5 +34,5 @@ install:
|
|||||||
- (cd dynamic_libs && ((make -j8 | grep -c "built ... ") && make install && echo "installed" ) || (echo "no need for make install" && make))
|
- (cd dynamic_libs && ((make -j8 | grep -c "built ... ") && make install && echo "installed" ) || (echo "no need for make install" && make))
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd "$HOME"
|
- cd $main_cwd
|
||||||
- make && make install
|
- make && make install
|
Loading…
Reference in New Issue
Block a user