Skip to content

Commit

Permalink
add cirrus CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl authored and Daryl committed Jun 28, 2020
1 parent d441c08 commit 768c2b3
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .cirrus.yml
@@ -0,0 +1,16 @@
snes9xgx_gamecube-wii_task:
container:
image: devkitpro/devkitppc

update_script:
- sudo dkp-pacman -Sy --noconfirm
- sudo dkp-pacman -S libfat-ogc libogc --noconfirm

setup_script:
- cp -r /tmp/cirrus-ci-build/buildtools/libfreetype.a /opt/devkitpro/portlibs/ppc/lib/
- cp -r /tmp/cirrus-ci-build/buildtools/libfreetype.la /opt/devkitpro/portlibs/ppc/lib/

compile_script:
- make -j3
build_artifacts:
path: "executables/*"
Binary file added buildtools/libfreetype.a
Binary file not shown.
41 changes: 41 additions & 0 deletions buildtools/libfreetype.la
@@ -0,0 +1,41 @@
# libfreetype.la - a libtool library file
# Generated by ltmain.sh (GNU libtool) 2.2.6b
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname=''

# Names of this library.
library_names=''

# The name of the static archive.
old_library='libfreetype.a'

# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''

# Libraries that this one depends upon.
dependency_libs=' -L$DEVKITPRO/ppc/lib -lz'

# Names of additional weak libraries provided by this library
weak_library_names=''

# Version information for libfreetype.
current=12
age=6
revision=0

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='$DEVKITPRO/portlibs/ppc/lib'

0 comments on commit 768c2b3

Please sign in to comment.