|
|
|
@ -27,9 +27,8 @@ jobs: |
|
|
|
|
xcode: "10.2.0" |
|
|
|
|
steps: |
|
|
|
|
- checkout |
|
|
|
|
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel freetype glib cairo icu4c |
|
|
|
|
- run: brew link --force icu4c |
|
|
|
|
- run: export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig" && ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-coretext |
|
|
|
|
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel freetype glib cairo icu4c graphite2 |
|
|
|
|
- run: export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig" && ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-coretext --with-graphite2 |
|
|
|
|
- run: make -j4 |
|
|
|
|
- run: make check || .ci/fail.sh |
|
|
|
|
|
|
|
|
@ -263,6 +262,7 @@ jobs: |
|
|
|
|
steps: |
|
|
|
|
- checkout |
|
|
|
|
- run: git clone https://github.com/vitasdk/vdpm && cd vdpm && ./bootstrap-vitasdk.sh |
|
|
|
|
- run: echo "#""!""/bin/true" > /usr/bin/ragel && chmod +x /usr/bin/ragel |
|
|
|
|
- run: ./autogen.sh --prefix=/usr/local/vitasdk/arm-vita-eabi --host=arm-vita-eabi |
|
|
|
|
- run: make -j32 |
|
|
|
|
|
|
|
|
|