Skip to content

Commit

Permalink
[bfops/test-windows-package]: add CI for windows build test
Browse files Browse the repository at this point in the history
  • Loading branch information
bfops committed Jan 31, 2025
1 parent 6f20597 commit a1f9258
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test-windows-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Package SpacetimeDB CLI

on:
push:

jobs:
test-cli-build:
name: Test CLI build for Windows

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium test

Actions Job or Workflow does not set permissions
runs-on: windows-latest

steps:
- name: Show arch
run: uname -a
wget https://spacetimedb-client-binaries.nyc3.digitaloceanspaces.com/noa/fix-master-ci/spacetime-x86_64-pc-windows-msvc.zip
7z x spacetime-x86_64-pc-windows-msvc.zip
./spacetimedb-cli help
./spacetimedb-update version help
./spacetimedb-standalone help &
sleep 10
kill $!

0 comments on commit a1f9258

Please sign in to comment.