Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbakamono authored Jan 3, 2024
1 parent 400f1e8 commit 31747df
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
name: CI

on: [push, pull_request]

env:
CARGO_TERM_COLOR: always

jobs:
build:
strategy:
matrix:
configuration: [Debug, Release]

runs-on: windows-latest

steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Install MSBuild
uses: microsoft/setup-msbuild@v1

- name: Configure
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.configuration}}

- name: Build
run: cmake --build ${{github.workspace}}/build

submodules: `recursive`

- name: Install .NET
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 31747df

Please sign in to comment.