Skip to content

Added texture_loader #36

Added texture_loader

Added texture_loader #36

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master", "windows_pipelines" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-2022
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- name: Build texture loader
working-directory: ./texture_loader
run: msbuild /p:Platform=x86 /p:Configuration=Release
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW32
update: true
cache: true
install: mingw-w64-i686-gcc mingw-w64-i686-make
- name: Build pkr_extractor
working-directory: ./pkr_extractor
run: mingw32-make
- uses: actions/upload-artifact@v3
with:
path: texture_loader