Skip to content

Commit

Permalink
Update .appveyor.yml
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
speters authored Oct 23, 2020
1 parent 813a7c2 commit c5f5dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build_script:
- '%CYGSH% "printenv"'
- '%CYGSH% ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && mkdir build"'
- '%CYGSH% ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER/build && cmake -DMANPAGES=OFF -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON .."'
- '%CYGSH% ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER/build && && cmake --build ."'
- '%CYGSH% ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER/build && cmake --build ."'

after_build:
- '%CYGSH% "echo $APPVEYOR_BUILD_VERSION > $APPVEYOR_BUILD_FOLDER/build/VERSION"'
Expand Down

0 comments on commit c5f5dbe

Please sign in to comment.