Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
visrealm committed Sep 2, 2023
1 parent b4c6580 commit 4d9a2b9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 45 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build-win64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

name: build-win64

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

env:
SOLUTION_FILE_PATH: msvc

BUILD_CONFIGURATION: Release

permissions:
contents: read

jobs:
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
44 changes: 0 additions & 44 deletions .github/workflows/msbuild.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vrEmu6522

![MSBuild-badge](https://github.com/visrealm/vrEmu6522/actions/workflows/msbuild.yml/badge.svg)
![build-win64-badge](https://github.com/visrealm/vrEmu6522/actions/workflows/build-win64.yml/badge.svg)

6522/65C22 emulator written in standard C99 with no external dependencies.

Expand Down

0 comments on commit 4d9a2b9

Please sign in to comment.