Skip to content

Commit

Permalink
Migrated to GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Jan 15, 2022
1 parent 754e6ae commit cd1f148
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Windows

on: [push, pull_request]

jobs:

windows:

runs-on: windows-2022

steps:
- uses: actions/checkout@v2
- name: Submodule
shell: cmd
run: git submodule update --init --recursive
- name: Build
shell: cmd
run: dist.pack.bat
- name: Test
shell: cmd
run: test.bat
8 changes: 0 additions & 8 deletions appveyor.yml

This file was deleted.

0 comments on commit cd1f148

Please sign in to comment.