summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authornicoo <nicoo@debian.org>2020-02-23 14:46:35 +0000
committernicoo <nicoo@debian.org>2020-02-23 14:46:35 +0000
commitf794345c2d734f593da8ed7754e5dbb5809c688d (patch)
tree32889c9b7bd26656242cc5e4b483c8a1deba88e1 /.github/workflows/windows.yml
parent28215e6c161c70cb1bcae7d01195fefcffb09d32 (diff)
parent400533f0af0b8119c84e574387ed05e500f63861 (diff)
Merge branch 'prep-v1.3.1-1' into 'debian/sid'
Prepare upload v1.3.1-1 See merge request auth-team/libfido2!3
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
new file mode 100644
index 0000000..eb953db
--- /dev/null
+++ b/.github/workflows/windows.yml
@@ -0,0 +1,14 @@
1name: windows
2
3on: [push]
4
5jobs:
6 build:
7
8 runs-on: windows-latest
9
10 steps:
11 - uses: actions/checkout@v1
12 - name: build
13 run: .\windows\build.ps1
14