Skip to content

Commit

Permalink
Issue 737: Try to fix bug in Appveyor build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Jul 9, 2024
1 parent 7368771 commit 0ff8376
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,21 @@ build_script:
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; make INSTALL_ROOT=appdir install"

# Print contents
- bash -lc "ls src/maven/appdir/bin/"
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; ls src/maven/appdir/bin/"


after_build:
- SET "PATH=C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;%PATH%"
#- 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 /c/projects/maven/bin/peakdetector.exe"

artifacts:
- path: 'dist/Maven*.zip'
name: Maven
- path: 'dist/peakdetector*.zip'
name: peakdetector

deploy:
#release: myproduct-v$(appveyor_build_version)
Expand Down

0 comments on commit 0ff8376

Please sign in to comment.