Skip to content

Commit

Permalink
Test Mac Travis 5
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Apr 24, 2019
1 parent dcacce9 commit 368f6d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions build/mac/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

set -xue

make
make debug
#make
#make debug

chmod 755 tuo.osx
#chmod 755 tuo.osx

./tuo.osx -version
#./tuo.osx -version

cmake . -Bbuild -DVERSION:STRING="${TRAVIS_TAG}"
cmake --build $build
mv build/tuo tuo.osx

#cp tuo.osx $TUO_FILE_32

Expand Down
2 changes: 1 addition & 1 deletion build/mac/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -xue

#cp build-dir/tuo $TUO_FILE

export TUO_FILE_ZIP="tuo.${TRAVIS_TAG}_32+64_bit_osx.zip"
export TUO_FILE_ZIP="tuo.${TRAVIS_TAG}_64_bit_osx.zip"

#ls -la

Expand Down

0 comments on commit 368f6d4

Please sign in to comment.