Skip to content

Commit

Permalink
remove windows spêcific
Browse files Browse the repository at this point in the history
  • Loading branch information
pifopi committed Nov 28, 2023
1 parent 6ead1a9 commit 6922624
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/cpp-ci-serial-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:

- os: ubuntu-22.04
cmake_args: ''



steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 6922624

Please sign in to comment.