Skip to content

Commit

Permalink
Merge pull request #2 from mockingbirdnest/Actions
Browse files Browse the repository at this point in the history
Upload with signature
  • Loading branch information
pleroy authored Apr 7, 2024
2 parents 614f59a + 10b3f6f commit 32a2423
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,28 @@ on:
branches: [ '*' ]
workflow_dispatch:

env:
PRINCIPIA_HEADERS_MULTIPRECISION: include
PRINCIPIA_MSVC_MULTIPRECISION: none

jobs:
build:
runs-on: windows-latest
strategy:
matrix:
configuration: [Debug, Release]
steps:
- name: Checkout source files
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize build environment
uses: mockingbirdnest/actions/windows/initialize_build@main
with:
configuration: ${{ matrix.configuration }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: mockingbirdnest/actions/windows/upload_artifact@main
with:
name: multiprecision
path: |
include/**
headers_directory: ${{ env.PRINCIPIA_HEADERS_MULTIPRECISION }}
solution_directory: ${{ env.PRINCIPIA_MSVC_MULTIPRECISION }}

0 comments on commit 32a2423

Please sign in to comment.