Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | .travis.yml: Add notifications |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
e489612993809f9d86573d3ba835f8c8 |
| User & Date: | js 2020-03-07 18:11:28.000 |
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
Changes to .travis.yml.
| ︙ | ︙ | |||
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
|