Skip to content

feat!: build with CMake and release with semantic-release #2

feat!: build with CMake and release with semantic-release

feat!: build with CMake and release with semantic-release #2

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
name: Build
runs-on: windows-2022
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag: v3.3.0
with:
fetch-depth: 1
- name: Run GYP
run: |
git clone --depth 1 https://chromium.googlesource.com/external/gyp
gyp\gyp rcedit.gyp --depth .
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Build
run: msbuild rcedit.sln