Make WordPress Core

Changeset 44595


Ignore:
Timestamp:
01/15/2019 04:50:03 AM (7 years ago)
Author:
pento
Message:

Build Tools: Tweak AppVeyor settings.

  • Set grunt build as the build script
  • Disable testing and deployment options
  • Customise the Slack integration message
  • Only show the Slack message when the status changes

See #44276.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/appveyor.yml

    r44594 r44595  
    1515  - npm install
    1616
    17 
    18 test_script:
     17before_build:
    1918  - node --version
    2019  - npm --version
     20
     21build_script:
    2122  - cmd: "grunt build"
     23
     24test: off
     25
     26deploy: off
    2227
    2328notifications:
     
    2530    incoming_webhook:
    2631      secure: CmhfxrWwgtwzO/kXoZWXRUB/Jh05AQ7DvOhToqtpm6dN1wBDp9+VnNqxldpv34uPd09vuUk4Nu/NQFkIswuZA5NYfIFJIFWqwnZExQFzTBA=
     32    on_build_status_changed: true
     33    template: Build <{{buildUrl}}|#{{buildNumber}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}
Note: See TracChangeset for help on using the changeset viewer.