ObjFW  Check-in [e17f5ee09c]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:.travis.yml: Test building without Amiga library
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e17f5ee09c4923238e88283c7697834770bf6ce973b03ee78509c9519979d7b5
User & Date: js 2018-05-26 09:03:22.000
Context
2018-05-26
14:43
MessagePack: Add support for the date extension check-in: 3395923962 user: js tags: trunk
09:03
.travis.yml: Test building without Amiga library check-in: e17f5ee09c user: js tags: trunk
08:47
ofzip: Add support for specifying the encoding check-in: 14b9a27b65 user: js tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to .travis.yml.
218
219
220
221
222
223
224


225
226
227
228
229
230
231
            build WRAPPER=true --host=i386-apple-darwin --enable-static;
    fi

  - if [ "$config" = "amigaos" ]; then
            export PATH="/opt/amiga/bin:$PATH";

            build --host=m68k-amigaos;


    fi

  - if [ "$config" = "devkitarm" ]; then
            export DEVKITPRO="$HOME/devkitPro";
            export PATH="$DEVKITPRO/devkitARM/bin:$PATH";

            build --host=arm-none-eabi --with-3ds;







>
>







218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
            build WRAPPER=true --host=i386-apple-darwin --enable-static;
    fi

  - if [ "$config" = "amigaos" ]; then
            export PATH="/opt/amiga/bin:$PATH";

            build --host=m68k-amigaos;
            build --host=m68k-amigaos --disable-amiga-lib;
            build --host=m68k-amigaos --enable-static;
    fi

  - if [ "$config" = "devkitarm" ]; then
            export DEVKITPRO="$HOME/devkitPro";
            export PATH="$DEVKITPRO/devkitARM/bin:$PATH";

            build --host=arm-none-eabi --with-3ds;