Skip to content

Commit

Permalink
Update .appveyor.yml
Browse files Browse the repository at this point in the history
removed printenv to prevent possible data leakage
  • Loading branch information
speters authored Oct 23, 2020
1 parent 6548d73 commit a7b45af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ install:
- '%CYGWIN%\bin\cygcheck -dc cygwin'

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 ."'
Expand Down

0 comments on commit a7b45af

Please sign in to comment.