Skip to content

Commit

Permalink
Update ccpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dayu521 authored Apr 22, 2020
1 parent fd4cf7d commit 441abe4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,29 @@ jobs:
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Checking out sources
uses: actions/checkout@master
- name: ${{ matrix.qt_version }} - Generate Dependencies and Makefile
- name: ${{ matrix.qt_version }} - Generate Dependencies and Makefile and Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Build
run: |
mkdir build
cd build
call "${{ matrix.config.environment_script }}"
qmake ../treedemo.pro CONFIG+="debug_and_release"
nmake release
shell: cmd
# - name: Unix - ${{ matrix.qt_version }} - Build
# run: |
# cd build
# make -j2 release
- name: Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Build
run: |
cd build
nmake release
# - name: Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Build
# run: |
# cd build
# nmake release
- name: Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Running windeployqt
shell: cmd
run: |
cd build
cd release
del *.cpp *.h *.o *.qrc *.qm *.hpp *.obj
set VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\
windeployqt ./treedemo.exe --compiler-runtime --verbose 2
- name: Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Create 7z Release
uses: DuckSoft/[email protected]
Expand Down

0 comments on commit 441abe4

Please sign in to comment.