diff options
author | Ananmay Suri | 2021-04-22 16:01:59 +0530 |
---|---|---|
committer | GitHub | 2021-04-22 16:01:59 +0530 |
commit | 540c02f594fe49e47828a589115f282f95304b72 (patch) | |
tree | a29484d05688642cb61bb7ced21e601a3be969da /src | |
parent | 20085f1e0c1629b76f4f56a22ce74028148a1dc7 (diff) | |
parent | fd3cbdf88e942c8ac4284ab401b598e83ce272da (diff) | |
download | fossee-scilab-octave-toolbox-540c02f594fe49e47828a589115f282f95304b72.tar.gz fossee-scilab-octave-toolbox-540c02f594fe49e47828a589115f282f95304b72.tar.bz2 fossee-scilab-octave-toolbox-540c02f594fe49e47828a589115f282f95304b72.zip |
Merge pull request #2 from KRIXUS-alpha/master
configured travisCI [build monitored manually]
Diffstat (limited to 'src')
-rw-r--r-- | src/make.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/make.sh b/src/make.sh new file mode 100644 index 0000000..096275d --- /dev/null +++ b/src/make.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# build and test the fun library using the makefile at /src +make clean +make +make install +./testfun +# test.sce runs in cli mode, no gui prompts allowed while using builder.sce +# removed the tbx_builder_gateway(toolbox_dir) and tbx_build_localization(toolbox_dir) funciton calls from buider.sce + +cd .. +sed -i '37d' ./builder.sce +sed -i '40,41d' ./builder.sce |