Skip to content

Commit

Permalink
AppVeyor: Projekt unter Linux und macOS parallel bauen
Browse files Browse the repository at this point in the history
  • Loading branch information
Funzinator committed Oct 23, 2023
1 parent ffe552c commit 2197f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ for:
build_script:
# "qmake QMAKE_APPLE_DEVICE_ARCHS=arm64 -qtdir <QtDir with ARM64>" will enable M1/M2 builds once provided by AppVeyor
- qmake APP_VERSION="${APPVEYOR_REPO_TAG_NAME}"
- make
- make -j $(nproc)
after_build:
- sh: |
if [ "$APPVEYOR_REPO_TAG" = "true" ] ; then
Expand All @@ -53,7 +53,7 @@ for:
- export PATH="${PATH}:${QTDIR}/bin"
build_script:
- qmake APP_VERSION="${APPVEYOR_REPO_TAG_NAME}"
- make
- make -j $(nproc)
after_build:
- sh: |
if [ "$APPVEYOR_REPO_TAG" = "true" ] ; then
Expand Down

0 comments on commit 2197f5f

Please sign in to comment.