diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-28 15:43:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-28 15:46:29 +0300 |
commit | 94690ab619aa4ed4894cf80c24146ce922647004 (patch) | |
tree | 2a51044729a39aae40aff881427d9f04aff6d81b /.ci/verify_symbols.ps1 | |
parent | README: elaborate (diff) | |
download | cmake-common-94690ab619aa4ed4894cf80c24146ce922647004.tar.gz cmake-common-94690ab619aa4ed4894cf80c24146ce922647004.zip |
CI: check that symbols are stripped
Diffstat (limited to '.ci/verify_symbols.ps1')
-rw-r--r-- | .ci/verify_symbols.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/verify_symbols.ps1 b/.ci/verify_symbols.ps1 new file mode 100644 index 0000000..ebe6d99 --- /dev/null +++ b/.ci/verify_symbols.ps1 @@ -0,0 +1 @@ +Write-Host "Not going to check symbols for a Windows executable." |