Skip to content

use image.OverrideFormat() #189

use image.OverrideFormat()

use image.OverrideFormat() #189

Workflow file for this run

name: gMod CI Pipeline
on:
pull_request:
branches:
- master
push:
branches:
- dev
workflow_dispatch:
jobs:
build:
strategy:
matrix:
targetplatform: [x86]
runs-on: windows-latest
env:
Configuration: Release
Actions_Allow_Unsecure_Commands: true
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
- name: Build CMake Files
run: cmake -S . -B build -A Win32
- name: Build binaries
run: cmake --build build --config Release