Wireshark-commits: [Wireshark-commits] master f71a5e0: github: add cmake options workflow.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 08 Apr 2020 21:43:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f71a5e0f02a4cedf576eabd605151f84c0349ca4
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f71a5e0 by Dario Lombardo (lomato@xxxxxxxxx):

    github: add cmake options workflow.
    
    This workflow will test the several options available in cmake,
    by not using the default value.
    
    The workflow runs once a day, instead on push, to spot problems
    that unlikely happen.
    
    The compilation without pcap has been removed from other CIs,
    since it is included in this one and that will spare CI cycles.
    
    Change-Id: I796a1ac1879fe85c66d9518207c7053531204c11
    Reviewed-on: https://code.wireshark.org/review/36608
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  43c4e88   SBcAP: use short protocol name in protocol column
     add  f71a5e0   github: add cmake options workflow.


Summary of changes:
 .github/workflows/options.yml | 47 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 .github/workflows/options.yml