Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdegottex committed Jan 23, 2017
1 parent db34bb2 commit c8d8adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -68,7 +68,7 @@ build_script:
- ps: Get-ChildItem c:\projects\fmit\lib
- ps: Get-ChildItem c:\projects\fmit\lib\libfft
- ps: .\distrib\package_windows_appveyor.ps1 $env:platform
- ps: Move-Item distrib/fmit_*_win*.exe .
- ps: Move-Item distrib\fmit_*_win*.exe .
- ps: Get-ChildItem .
#- ps: $GITPROJECTVERSION = (git describe --tags --always) | Out-String
#- ps: $GITPROJECTVERSION = $GITPROJECTVERSION -replace "`n|`r"
Expand Down

0 comments on commit c8d8adb

Please sign in to comment.