Skip to content

Infra: Multi-platform support #36

Infra: Multi-platform support

Infra: Multi-platform support #36

Workflow file for this run

name: CI
on:
push:
branches:
- main
- release/**
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- release/**
env:
STEP_TIMEOUT_MINUTES: 60
jobs:
smoke_test:
name: Uno
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Dependencies
timeout-minutes: ${{ fromJSON(env.STEP_TIMEOUT_MINUTES) }}
uses: "./.github/steps/install_dependencies"
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.3.1
- name: Build Emerald (Debug)
shell: pwsh
run: msbuild ./Emerald/Emerald.csproj /r