Skip to content

Commit

Permalink
CI - use correct build scripts for macos and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Jun 15, 2020
1 parent 6eb8762 commit 448e076
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ for:
# generate build script
- cd "$APPVEYOR_BUILD_FOLDER"
- cd app/gui/qt
- ./unix-prebuild.sh
- ./mac-prebuild.sh
- # (We don't build aubio from source in prebuild, but instead use the brew installed version so that the build can complete within the 1 hour time limit)
- ./unix-config.sh --config $CONFIGURATION
- ./mac-config.sh --config $CONFIGURATION
- cd build
- cmake --build .

Expand Down Expand Up @@ -150,7 +150,7 @@ for:
# generate build script
- cd "$APPVEYOR_BUILD_FOLDER"
- cd app/gui/qt
- ./unix-prebuild.sh --build-aubio
- ./unix-config.sh --config $CONFIGURATION
- ./linux-prebuild.sh --build-aubio
- ./linux-config.sh --config $CONFIGURATION
- cd build
- cmake --build .

0 comments on commit 448e076

Please sign in to comment.