1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-06 10:33:03 +00:00

Remove appveyor.

This commit is contained in:
Calvin Rose
2021-12-04 13:23:34 -06:00
parent d4c6643311
commit 1855c6aed5
2 changed files with 19 additions and 51 deletions

View File

@@ -33,3 +33,22 @@ jobs:
build/janet.h
build/c/janet.c
build/c/shell.c
release-windows:
name: Build release binaries for windows
runs-on: windows-latest
steps:
- name: Checkout the repository
uses: actions/checkout@master
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Build the project
shell: cmd
run: build_win all
- name: Draft the release
uses: softprops/action-gh-release@v1
with:
draft: true
files: |
./*.zip
./*.msi