Skip to content

Commit

Permalink
Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 16, 2024
1 parent 3d5cbf9 commit 4a4a57c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/fast-win-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Fast build for testing


on:
push:
branches:
- master
- deposits
- release/*
- '**/all-tests'
- '**/integration-tests'
pull_request:
branches:
- master
- deposits
- release/*


jobs:
build:
name: Build binaries (x86-64)
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build
run: cargo build

0 comments on commit 4a4a57c

Please sign in to comment.