Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shutaozhenzhen authored Nov 2, 2024
1 parent c2eb5c3 commit 71cc8ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
mkdir build
cd build
echo "Qmake Version:"
${{ QT_ROOT_DIR }}\bin\qmake --version
qmake --version
echo "Executing qmake..."
${{ QT_ROOT_DIR }}\bin\qmake CONFIG+=UNITTESTS ..
qmake CONFIG+=UNITTESTS ..
echo "Executing jom:"
jom
- name: Run Unittests
Expand All @@ -68,7 +68,7 @@ jobs:
mkdir deploy
cd deploy
cp ../build/YUViewApp/YUView.exe .
${{ QT_ROOT_DIR }}\bin\windeployqt.exe --release --no-compiler-runtime YUView.exe
windeployqt.exe --release --no-compiler-runtime YUView.exe
cp ../openSSL/*.dll .
mkdir decoder
cp ..\libde265.dll decoder
Expand Down

0 comments on commit 71cc8ae

Please sign in to comment.