From 69226245f118db1faddc899753193bd874ca3d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DOTTEL=20Ga=C3=ABl?= Date: Tue, 28 Nov 2023 12:23:05 +0100 Subject: [PATCH] =?UTF-8?q?remove=20windows=20sp=C3=AAcific?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cpp-ci-serial-programs.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cpp-ci-serial-programs.yml b/.github/workflows/cpp-ci-serial-programs.yml index 9197a229a..e47bf637f 100644 --- a/.github/workflows/cpp-ci-serial-programs.yml +++ b/.github/workflows/cpp-ci-serial-programs.yml @@ -32,8 +32,7 @@ jobs: - os: ubuntu-22.04 cmake_args: '' - - + steps: - uses: actions/checkout@v3 with: @@ -66,15 +65,9 @@ jobs: cd bin cmake .. -DQT_MAJOR:STRING=${{ matrix.qt_version_major }} ${{ matrix.cmake_args }} - name: Generate binaries - if: startsWith(matrix.os, 'windows') - run: | - cd Arduino-Source/SerialPrograms/bin - MSBuild.exe ./SerialPrograms.vcxproj /p:Configuration=Release /p:Platform=x64 - - name: Generate binaries - if: ${{ !startsWith(matrix.os, 'windows') }} run: | cd Arduino-Source/SerialPrograms/bin - cmake --build . -j 10 + cmake --build . - name: Copy resources if: startsWith(matrix.os, 'windows') run: |