Crayon2000
b360811697
Use Ubuntu 18.04 (Bionic) in Travis-CI
2020-01-11 15:11:20 -05:00
Crayon2000
b02e8dbda7
Use libpng, zlib, libfreetype and libjpeg from portlibs
...
They are now supplied via devkitPro pacman.
2019-04-06 18:27:19 -04:00
Crayon2000
c8f46d99aa
Use pacman in Travis CI
2018-06-30 21:10:21 -04:00
Crayon2000
4b04bf7e38
Fix documentation deployment
2018-05-11 22:01:53 -04:00
Crayon2000
5cb05ac6c4
Update libpng to version 1.6.34
...
pnglibconf.h generated with these lines:
PATH=$DEVKITPPC/bin:$PATH
CPPFLAGS=-I$DEVKITPRO/portlibs/ppc/include LDFLAGS=-L$DEVKITPRO/portlibs/ppc/lib ./configure --prefix=$DEVKITPRO/portlibs/ppc --host=powerpc-eabi --disable-shared --enable-static
make
2018-05-11 17:32:06 -04:00
Crayon2000
ef110f7728
Add latex folder to .gitignore file
2017-12-03 20:22:36 -05:00
Crayon2000
af794e3f18
Update .travis.yml file
2017-12-01 11:10:12 -05:00
Crayon2000
7879fe81e2
Clean .travis.yml file
2017-12-01 10:56:05 -05:00
Crayon2000
84bbe11294
Generate PDF documentation for code on Travis CI
2017-12-01 09:14:16 -05:00
Crayon2000
d406c92ac1
Create a .nojekyll file in the doc folder
...
Files that start with an underscore are missing in GitHub pages (doxygen documentation).
The work around for this behavior is to include a .nojekyll file in the root path to turn off Jekyll.
If we add a .nojekyll file, the source files will be published without any modifications.
2017-11-21 09:50:03 -05:00
Crayon2000
3161ad7a71
Add code for doxygen deployment
...
The @example doxygen section was added back to grrlib.h.
It was deleted by mistake in commit 4007b45af1
.
2017-07-02 22:01:58 -04:00
Crayon2000
af81a39ef7
Cache devkitPro folder
2017-03-05 22:16:36 -05:00
Crayon2000
4007b45af1
Add licence to Related Pages in documentation
...
The licence file extension was changed to Markdown.
2017-02-25 13:16:08 -05:00
Crayon2000
ee94dd4dac
Makefiles were changed to allow compilation on GameCube and Wii.
...
To compile on GameCube use this: make PLATFORM=cube clean all install
If PLATFORM is not specified or set to anything else it will compile for Wii.
2015-11-03 09:14:13 -05:00
Crayon2000
1489036470
Added Travis CI build status on README.md.
2015-10-29 22:28:11 -04:00
Crayon2000
926da933df
Added Travis CI file.
2015-10-29 21:49:05 -04:00