mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 16:08:25 +01:00
travis: Fix typo 7a -> 7z.
This commit is contained in:
parent
5d74a3ba38
commit
eb0d4e7581
@ -50,9 +50,9 @@ script:
|
||||
- chmod +x $WUT_ROOT/bin/elf2rpl
|
||||
- cmake -DCMAKE_TOOLCHAIN_FILE=$WUT_ROOT/share/wut.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$WUT_ROOT/samples ../
|
||||
- make -j4 VERBOSE=TRUE install
|
||||
- cd install
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then 7a a ~/wut.linux64.zip .; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 7a a ~/wut.macos.zip .; fi
|
||||
- cd wut_install
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then 7z a ~/wut.linux64.zip .; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 7z a ~/wut.macos.zip .; fi
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
Loading…
Reference in New Issue
Block a user