use uroom size/count macros; travis reverts back to agbcc master

This commit is contained in:
PikalaxALT
2020-02-15 14:49:27 -05:00
parent 57c2ea74a8
commit b3167d579b
4 changed files with 29 additions and 30 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ install:
- pushd $HOME
- travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r50/devkitARM_r50-linux.tar.xz
- tar xJf devkitARM*.tar.xz
- travis_retry git clone https://github.com/camthesaxman/agbcc.git -b arm_support
- travis_retry git clone https://github.com/pret/agbcc.git
- cd agbcc && sh build.sh && sh install.sh $TRAVIS_BUILD_DIR
- popd
matrix: