From d14995d16d629e735af2e61a42e42f0fba9eb27a Mon Sep 17 00:00:00 2001 From: B3n30 Date: Wed, 16 Aug 2017 09:57:58 +0200 Subject: [PATCH] travis2 --- .travis-upload.sh | 6 +++--- .travis.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis-upload.sh b/.travis-upload.sh index 2cee67a..101505a 100644 --- a/.travis-upload.sh +++ b/.travis-upload.sh @@ -1,9 +1,9 @@ #!/bin/sh -mkdir -p artifacts +mkdir artifacts mv shared_font/shared_font.app.romfs.h artifacts/shared_font/ mv shared_font/00000000.app.romfs artifacts/shared_font/ -pwd -ls + + 7z a "artifacts/system_archives.7z" artifacts/* diff --git a/.travis.yml b/.travis.yml index eb96415..31b16bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ before_install: - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90 - sudo apt-get install libcurl4-gnutls-dev - sudo apt-get install libcurl4-nss-dev +- sudo apt-get install p7zip p7zip-full p7zip-rar install: - python --version