ObjFW  Diff

Differences From Artifact [5cef52d24e]:

  • File .travis.yml — part of check-in [c93d2a5ec9] at 2018-05-21 10:53:57 on branch trunk — .travis.yml: Remove hack for amiga-gcc This is no longer required. (user: js size: 8771)

To Artifact [0603d683d7]:

  • File .travis.yml — part of check-in [e17f5ee09c] at 2018-05-26 09:03:22 on branch trunk — .travis.yml: Test building without Amiga library (user: js size: 8885)

218
219
220
221
222
223
224


225
226
227
228
229
230
231
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;