From 0bf68853095b2933320eef41c13db118a4a82373 Mon Sep 17 00:00:00 2001 From: Vitaly Davydov Date: Mon, 28 Oct 2024 09:30:30 +0300 Subject: [PATCH] Test workflow --- .github/workflows/test.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..9beb56b --- /dev/null +++ b/.github/workflows/test.yml @@ -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