Trying out windows CI

pull/662/head
sobolevn 3 years ago committed by Nikita Sobolev
parent 5fc8ecbdde
commit 17fd5ff3ab

@ -38,6 +38,13 @@ jobs:
- name: Run checks
run: brew install gawk gnupg && make test
windows-ci:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Run checks
run: choco install make && make test
build-man:
runs-on: ubuntu-latest
steps:

6
.gitignore vendored

@ -135,9 +135,3 @@ build/
# Docs:
docs/man
# Kitchen files
Gemfile.lock
.kitchen/
.gitsecret/keys/random_seed
!*.secret

Loading…
Cancel
Save