Skip to content

Commit

Permalink
merge cmake and binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
pifopi committed Nov 28, 2023
1 parent 506a4b9 commit 7f0d379
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cpp-ci-serial-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,12 @@ jobs:
with:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}
- name: Run cmake
- name: Generate binaries
run: |
cd Arduino-Source/SerialPrograms
mkdir bin
cd bin
cmake .. -DQT_MAJOR:STRING=${{ matrix.qt_version_major }}
- name: Generate binaries
run: |
cd Arduino-Source/SerialPrograms/bin
cmake --build . --config Release
- name: Copy resources
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 7f0d379

Please sign in to comment.