Skip to content

Commit

Permalink
Build only mixxx target
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Sep 2, 2023
1 parent 51f893e commit 704cf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
name: mixxx-configurelogs
path: ${{ env.MIXXX_ROOT }}/build/CMakeFiles/*.log
- name: Build Mixxx
run: cmake --build build
run: cmake --build build --target mixxx
working-directory: mixxx
- name: Package Mixxx
run: cpack -G DragNDrop -V && mv *.dmg "mixxx-${{ env.mixxx_version }}.dmg"
Expand Down

0 comments on commit 704cf7a

Please sign in to comment.