Skip to content

Commit

Permalink
WIP compile test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Jun 20, 2024
1 parent 59c1f61 commit a61c0ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/full_win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
windows-full-build:
runs-on: windows-2019

strategy:
matrix:
msvc-version: [2022]

defaults:
run:
shell: msys2 {0}
Expand All @@ -23,6 +27,13 @@ jobs:

- name: Setup environment
uses: ilammy/msvc-dev-cmd@v1
with:
vs-version: ${{ matrix.msvc-version }}
arch: x64

- name: Configure MSBuild to use vc143 toolset
run: |
echo ::add-path::C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.msvc-version }}\Community\VC\Tools\MSVC\14.31.31103\bin\Hostx64\x64
- name: Setup MSYS
uses: msys2/setup-msys2@v2
Expand Down
1 change: 0 additions & 1 deletion bin/compile_ffmpeg_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ if [[ $TLRENDER_VPX == ON || $TLRENDER_VPX == 1 ]]; then
--disable-unit-tests \
--disable-examples \
--disable-docs
devenv vpx.sln -Upgrade
make -j ${CPU_CORES}
make install
run_cmd mv $INSTALL_DIR/lib/x64/vpxmd.lib $INSTALL_DIR/lib/vpx.lib
Expand Down

0 comments on commit a61c0ed

Please sign in to comment.