aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/verify_symbols.ps1
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-28 15:43:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-28 15:46:29 +0300
commit94690ab619aa4ed4894cf80c24146ce922647004 (patch)
tree2a51044729a39aae40aff881427d9f04aff6d81b /.ci/verify_symbols.ps1
parentREADME: elaborate (diff)
downloadcmake-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.ps11
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."