diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-13 19:47:23 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-13 19:47:23 -0700 |
commit | ae30c4682c0d629a1bb4c7bb0f24485b4abbcfee (patch) | |
tree | 2788269931ec6441f9879a742a0cc3d96af7fadb /subx | |
parent | e63ec16b9fc99fa21a3c036ae79521d847c1df99 (diff) | |
download | mu-ae30c4682c0d629a1bb4c7bb0f24485b4abbcfee.tar.gz |
add subx/apps/survey to CI
Diffstat (limited to 'subx')
-rwxr-xr-x | subx/test_apps | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/subx/test_apps b/subx/test_apps index a6e78ee3..10b6869b 100755 --- a/subx/test_apps +++ b/subx/test_apps @@ -184,6 +184,16 @@ test `uname` = 'Linux' && { echo } +echo survey +./subx translate 0*.subx apps/subx-common.subx apps/survey.subx -o apps/survey +[ "$1" != record ] && git diff --exit-code apps/survey +./subx run apps/survey test +echo +test `uname` = 'Linux' && { + apps/survey test + echo +} + echo pack ./subx translate 0*.subx apps/subx-common.subx apps/pack.subx -o apps/pack [ "$1" != record ] && git diff --exit-code apps/pack |