Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vitcpp committed Oct 30, 2024
1 parent dcdc52f commit 0bf6885
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: My Test

on:
workflow_dispatch:

jobs:
test:

runs-on: windows-latest

strategy:
fail-fast: false

name: Test

steps:
- name: Install MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: >-
curl
git
- name: Clone pgSphere
uses: actions/checkout@v4

-name: Build pgSphere
run: make USE_HEALPIX=0

#- name: Setup PostgreSQL
# uses: tj-actions/install-postgresql@v3
# with:
# postgresql-version: 16

0 comments on commit 0bf6885

Please sign in to comment.