[miryoku-github] Squashed local commits from previous miryoku branch
- Squashed local commits from previous miryoku branch - Update actions/upload-artifact in workflow - Add choice to Build Inputs workflow for alternative layout options - Add Test Inputs workflow with all text fields for matrix builds - Fix make git-submodule in workflow - Fix merge in workflow (#16)
This commit is contained in:
38
.github/workflows/test-all-configs.yml
vendored
Normal file
38
.github/workflows/test-all-configs.yml
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
name: 'Test All Configs'
|
||||
on:
|
||||
- workflow_dispatch
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository_owner == 'manna-harbour'
|
||||
uses: ./.github/workflows/main.yml
|
||||
with:
|
||||
keyboard: '["crkbd"]'
|
||||
alphas: '[
|
||||
"default",
|
||||
"azerty",
|
||||
"colemak",
|
||||
"colemakdhk",
|
||||
"dvorak",
|
||||
"halmak",
|
||||
"workman",
|
||||
"qwerty",
|
||||
"qwertz"
|
||||
]'
|
||||
nav: '[
|
||||
"default",
|
||||
"vi",
|
||||
"invertedt"
|
||||
]'
|
||||
clipboard: '[
|
||||
"default",
|
||||
"fun",
|
||||
"mac",
|
||||
"win"
|
||||
]'
|
||||
layers: '[
|
||||
"default",
|
||||
"flip"
|
||||
]'
|
||||
Reference in New Issue
Block a user