feat: Initial CI commit

This commit is contained in:
Alan Rynne
2024-10-29 15:45:17 +01:00
committed by GitHub
parent 8dceee52f2
commit dd0cb8feb8
+36
View File
@@ -0,0 +1,36 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: MSBuild
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: r-wessel/ActiveLib
path: ActiveLib
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
- name: Build
run: msbuild /m /p:Configuration=ReleaseAC27 SpeckleLib/SpeckleLib17.sln
- name: Build
run: msbuild /m /p:Configuration=ReleaseAC27 SpeckleConnector/Connector.sln