diff --git a/.travis-upload.sh b/.travis-upload.sh new file mode 100644 index 0000000..2cee67a --- /dev/null +++ b/.travis-upload.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +mkdir -p 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 new file mode 100644 index 0000000..eb96415 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,35 @@ +language: python +python: +- '2.7' +compiler: gcc +dist: trusty + +before_install: +- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test +- sudo apt-get update -qq +- sudo apt-get install -qq g++-6 +- 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 + +install: +- python --version +- pip install pillow +- pip install pypng + +script: + - bash ./run.sh + +after_success: + - bash ./.travis-upload.sh + +deploy: + provider: releases + file_glob: true + api_key: + secure: UYn9enZoSaxrtLiwPQWejd0P/rSax1bXilEcxr21qZ60Cj+Xazi+Gy2dzmcUZUbOyV+l/SUqoUukiuA/dNbcP/UJJ7J8aG52NsopTi1N6QvmQo2oWQ7SWiTtOj506GTLSFIibu/q2SxLPmcqgzfRSWYGBBhodkC5ySmN501plh5KfKgPYaX5NuVjiBkfG2g4m5pL/34O86i9Iw5ICk6qqT05P6ntukyv61jb4h32g3biXYCarR7i3oeDLYR/T5rRhFD2YWUK5I8HOJdf34dqm4HgBjraRWIiNVqU9j2wCPhyNTpUx9WzoicHJ00pCcFe7j/ggu2SIgLUiA9EYuUcxyqnwdxGBkAOlZDb5bv60hgB/MZgqOgqmmtYpbVFgC8gUgphnkWRMUcDEoUQb8pmUFlFoCAInrSzauphRM2Q3mp2tPEnBGzk/bzPrJoZWhuUJRS1OSd5a3rtUyupqHCxqrgrvRtjyDxmCDe9ZiMSbNgzlX++U24iGTtjFoDT2N5yfqAau7K6Vrq/UFUIFiHiLwwGHnadZQFdbk6iqerBG01rjH5Rhn9Q+Y0Ic2PFhAKyutwTodSxdzkLIr/hI/pYb/7sdEdZb4CUTTCM6K4Ei1Y9SBvx8ddDG1y+APT3yV28whMlIGMaABDDFGGbGaoxdJ2607ZQwj12TO6a43KEd5s= + file: + - artifacts/system_archives.7z + skip_cleanup: true + on: + repo: B3n30/citra_system_archives diff --git a/README.md b/README.md index e69de29..fe7576d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +System Files for Citra diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..649ce17 --- /dev/null +++ b/run.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cd shared_font +./run.sh +cd .. diff --git a/shared_font/run.sh b/shared_font/run.sh index 5a23256..2f5c7bf 100755 --- a/shared_font/run.sh +++ b/shared_font/run.sh @@ -3,7 +3,7 @@ git clone --recursive https://github.com/dnasdw/3dstool mkdir 3dstool/build cd 3dstool/build -cmake .. +cmake -DUSE_DEP=OFF .. make cd ../.. cp ignore_3dstool.txt 3dstool/bin/Release/