Deprecated advanced compilation script and add deprecation warning (#4021)

This commit is contained in:
Sam El-Husseini
2020-07-06 14:09:45 -07:00
committed by GitHub
parent 92f0e7533e
commit 02d5f6e4e9

View File

@@ -1,4 +1,18 @@
#!/bin/bash
#
# Deprecation warning: (July 2020)
# This advanced compilation test script has been deprecated in favour of
# npm run test:compile:advanced
#
# The script will be removed from Blockly core in Q4 of 2020.
#
echo "Deprecation warning: (July 2020)"
echo "This advanced compilation test script has been deprecated in favour of"
echo " npm run test:compile:advanced"
echo ""
echo "The script will be removed from Blockly core in Q4 of 2020."
echo ""
echo "Executing compile.sh from $(pwd)"
# Find the Blockly project root if pwd is the root