Skip to content

thcrap_tasofro: add generated include files for fribidi #350

thcrap_tasofro: add generated include files for fribidi

thcrap_tasofro: add generated include files for fribidi #350

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on: [push]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup MSBuild environment
uses: microsoft/setup-msbuild@v1
- name: Switch to a toolset supported by Github Actions
run: (Get-Content Base.props) -replace '<PlatformToolset>v141_xp</PlatformToolset>', '<PlatformToolset>v143</PlatformToolset>' | Set-Content Base.props
#Vcpkg stuff
# - name: Restore or build dependencies using vcpkg
# uses: lukka/run-vcpkg@v2
# env:
# vcpkgResponseFile: '${{ github.workspace }}/vcpkg.txt'
# with:
# vcpkgArguments: '@${{env.vcpkgResponseFile }}'
# vcpkgDirectory: '${{ github.workspace }}/vcpkg'
# appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }}
- name: Download C# dependencies
run: dotnet restore thcrap_configure_v3/thcrap_configure_v3.csproj
- name: Build thcrap
run: msbuild thcrap.sln /property:Configuration=Release
# run: |
# ${{ github.workspace }}/vcpkg/vcpkg.exe integrate install
# msbuild thcrap.sln /property:Configuration=Release
- name: Upload thcrap.zip
uses: actions/upload-artifact@v2
with:
name: thcrap
path: bin/