]> gitweb.ps.run Git - toc/blob - antlr4-cpp-runtime-4.9.2-source/deploy-source.sh
add antlr source code and ReadMe
[toc] / antlr4-cpp-runtime-4.9.2-source / deploy-source.sh
1 #!/bin/bash
2
3 # Zip it
4 rm -f antlr4-cpp-runtime-source.zip
5 zip -r antlr4-cpp-runtime-source.zip "README.md" "cmake" "demo" "runtime" "CMakeLists.txt" "deploy-macos.sh" "deploy-source.sh" "deploy-windows.cmd" "VERSION" \
6   -X -x "*.DS_Store*" "antlrcpp.xcodeproj/xcuserdata/*" "*Build*" "*DerivedData*" "*.jar" "demo/generated/*" "*.vscode*" "runtime/build/*"
7
8 # Add the license file from the ANTLR root as well.
9 pushd ../../
10 zip runtime/cpp/antlr4-cpp-runtime-source.zip LICENSE.txt
11 popd
12
13 # Deploy
14 #cp antlr4-cpp-runtime-source.zip ~/antlr/sites/website-antlr4/download