Skip to content

Commit

Permalink
travis2
Browse files Browse the repository at this point in the history
  • Loading branch information
B3n30 committed Aug 16, 2017
1 parent a8e3735 commit d14995d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis-upload.sh
Original file line number Diff line number Diff line change
@@ -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/*
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d14995d

Please sign in to comment.