From 7f0d3794a6ae37ec8322c0a4c6f61f5908b14690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DOTTEL=20Ga=C3=ABl?= Date: Tue, 28 Nov 2023 13:00:11 +0100 Subject: [PATCH] merge cmake and binaries --- .github/workflows/cpp-ci-serial-programs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cpp-ci-serial-programs.yml b/.github/workflows/cpp-ci-serial-programs.yml index bb1029aa5a..1f4de4d97d 100644 --- a/.github/workflows/cpp-ci-serial-programs.yml +++ b/.github/workflows/cpp-ci-serial-programs.yml @@ -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')