ObjFW  Check-in [e489612993]

Overview
Comment:.travis.yml: Add notifications
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e489612993809f9d86573d3ba835f8c8477c742287ae8e6a1b94490032628159
User & Date: js on 2020-03-07 18:11:28
Other Links: manifest | tags
Context
2020-03-08
13:49
runtime/linklib: __attribute__((used)) for [cd]tor check-in: c12ca9484e user: js tags: trunk
2020-03-07
18:11
.travis.yml: Add notifications check-in: e489612993 user: js tags: trunk
2020-03-01
23:40
OFURL: Implement URL-{en,de}coding of IPv6 hosts check-in: c517c57c89 user: js tags: trunk
Changes

Modified .travis.yml from [a4ba9a887a] to [755bf33325].

359
360
361
362
363
364
365









  - if [ "$config" = "wii" ]; then
            export DEVKITPRO="/opt/devkitpro";
            export PATH="$DEVKITPRO/devkitPPC/bin:$PATH";

            build ac_cv_prog_wiiload= --host=powerpc-eabi --with-wii;
    fi















>
>
>
>
>
>
>
>
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373

  - if [ "$config" = "wii" ]; then
            export DEVKITPRO="/opt/devkitpro";
            export PATH="$DEVKITPRO/devkitPPC/bin:$PATH";

            build ac_cv_prog_wiiload= --host=powerpc-eabi --with-wii;
    fi

notifications:
  webhooks:
    urls:
      - "https://scalar.vector.im/api/neb/services/hooks/dHJhdmlzLWNpLyU0MGpzJTNBbmlsLmltLyUyMW5ZaURCZWphc2Jmdm9GZEZ2QSUzQW5pbC5pbQ"
    on_success: always
    on_failure: always
    on_start: never