File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ tar xaf boost-libs.tar.xz
1111
1212# Build nihstro
1313git clone https://github.com/neobrain/nihstro.git
14- cd nihstro && cmake -DBoost_USE_STATIC_LIBS=ON -DBOOST_LIBRARYDIR=$TRAVIS_BUILD_DIR /boost-libs . && make -j4 && cd -
14+ cd nihstro && cmake -DBoost_USE_STATIC_LIBS=ON -DBOOST_LIBRARYDIR=$TRAVIS_BUILD_DIR /boost-libs . && make -j4 nihstro-assemble && make -j4 nihstro-disassemble && cd -
1515
1616# Build makerom (commit 80d3d99)
1717git clone https://github.com/profi200/Project_CTR.git
Original file line number Diff line number Diff line change 11#! /bin/sh
22set -ex
33
4- export RELEASE_FILENAME=3ds-tools-$TRAVIS_OS_NAME -$TRAVIS_TAG .tar.xz
4+ export RELEASE_FILENAME=3ds-tools-$TRAVIS_OS_NAME -$TRAVIS_TAG .tar.gz
55OUTDIR=${HOME} /3ds-tools
66mkdir $OUTDIR
77
@@ -12,4 +12,4 @@ cp nihstro/nihstro-assemble $OUTDIR
1212cp nihstro/nihstro-disassemble $OUTDIR
1313
1414cd ${HOME}
15- tar -cJvf $RELEASE_FILENAME 3ds-tools
15+ tar -czvf $RELEASE_FILENAME 3ds-tools
You can’t perform that action at this time.
0 commit comments