We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e63d5 commit a990a24Copy full SHA for a990a24
tools/build.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
echo "Building all apps..."
3
set -e
4
-libraries="mathy_python mathy_mkdocs mathy_pydoc_markdown website"
+libraries="mathy_python mathy_alpha_sm mathy_mkdocs mathy_pydoc_markdown website"
5
for library in $libraries
6
do
7
echo "=== Building: $library"
tools/ci-setup.sh
@@ -2,7 +2,7 @@
echo "Setting up all apps..."
8
echo "=== Setting up: $library"
0 commit comments