Add options to disable building introspection and vala bindings. #84
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
workflow_dispatch: | |
inputs: | |
debug_enabled: | |
type: boolean | |
description: 'Start an SSH server on failure.' | |
required: false | |
default: false | |
jobs: | |
build: | |
uses: linuxmint/github-actions/.github/workflows/do-builds.yml@master | |
with: | |
commit_id: master | |
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop' | |
dependencies: | |
############################## Comma separated lists of words and files to have codespell ignore. | |
codespell_ignore_words_list: nd | |
codespell_ignore_files_list: | |