Skip to content

Commit

Permalink
Issue 737: Update path for building peakdetector artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Jul 11, 2024
1 parent 2b53039 commit 443a273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ script:
fi

# Issue 737: Add peakdetector executable
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./make_dist_linux.sh "src/maven/appdir/bin/peakdetector"; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./make_dist_osx.sh "src/maven/appdir/bin/peakdetector.app"; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./make_dist_linux.sh "src/peakdetector/appdir/bin/peakdetector"; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./make_dist_osx.sh "src/peakdetector/appdir/bin/peakdetector.app"; fi

- ls -la dist/
deploy:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ after_build:
#- src\maven\get_version.bat > version.txt
#- SET /p VERSION=<version.txt
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; ./make_dist_win32.sh src/maven/appdir/bin/Maven.exe"
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; ./make_dist_win32.sh src/maven/appdir/bin/peakdetector.exe"
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; ./make_dist_win32.sh src/peakdetector/appdir/bin/peakdetector.exe"

artifacts:
- path: 'dist/Maven*.zip'
Expand Down

0 comments on commit 443a273

Please sign in to comment.