Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeO86 authored Oct 26, 2021
1 parent d154ff7 commit 038b9ff
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 @@ -75,7 +75,7 @@ jobs:
run: cd build && qmake ../AWAH-SIP_Codec.pro

- name: Make
run: cd build && make && mv AWAH-SIP_Codec.app AWAH-SIP_Codec_${{ github.sha }}.app
run: cd build && make && ls -l && mv AWAH-SIP_Codec.app AWAH-SIP_Codec_${{ github.sha }}.app

- name: MacDeployQT
run: cd build && macdeployqt AWAH-SIP_Codec_${{ github.sha }}.app -dmg
Expand Down Expand Up @@ -128,11 +128,11 @@ jobs:

- name: QMake && Make
run: |
call "%PROGRAMFILES(x86)%\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
call "%PROGRAMFILES(x86)%\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat -arch=x86"
set /P OPENSSL_DIR=<openssl_dir.txt
set INCLUDE=%INCLUDE%;%OPENSSL_DIR%\include;%cd%\..\win_x86-64\opus-1.3.1\include
set LIB=%LIB%;%OPENSSL_DIR%\lib;%cd%\..\win_x86-64\opus-1.3.1\win32\VS2015\x64\Release
qmake -spec win32-msvc AWAH-SIP_Codec.pro
qmake -spec win32-msvc -arch x86 "TARGET=32bit_binary" "QMAKE_CXXFLAGS+=win32" "QMAKE_LFLAGS=MACHINE:X86" AWAH-SIP_Codec.pro
nmake
shell: cmd

Expand Down

0 comments on commit 038b9ff

Please sign in to comment.