Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 24, 2023
1 parent 940422e commit 49365ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI

on: [push, pull_request]

Expand Down Expand Up @@ -39,8 +39,8 @@ jobs:
if: runner.os == 'Windows'
run: |
premake5 vs2019
msbuild reliable.sln -nologo -m -t:Clean -p:Configuration=${{ matrix.configuration }}
msbuild reliable.sln -nologo -m -p:Configuration=${{ matrix.configuration }}
msbuild serialize.sln -nologo -m -t:Clean -p:Configuration=${{ matrix.configuration }}
msbuild serialize.sln -nologo -m -p:Configuration=${{ matrix.configuration }}
- name: Test (vs2019)
if: runner.os == 'Windows'
run: "& ./bin/${{ matrix.configuration }}/test.exe"
run: "& ./bin/${{ matrix.configuration }}/test.exe"

0 comments on commit 49365ec

Please sign in to comment.