aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-06 07:36:38 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-06 07:36:38 +0000
commite53835f23fd81d8b154f6a7f6b25655ff9dc0043 (patch)
tree2e8cd815e3c2f7de3fe79e8b33009cc9d5c21db4 /build.sh
parentcdf0bb6e8512ec0784a0076ea5f213bc26990929 (diff)
downloadFMark-e53835f23fd81d8b154f6a7f6b25655ff9dc0043.tar.gz
FMark-e53835f23fd81d8b154f6a7f6b25655ff9dc0043.zip
Reverting and removing js build from travis
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh26
1 files changed, 13 insertions, 13 deletions
diff --git a/build.sh b/build.sh
index 2bad40c..acd4833 100755
--- a/build.sh
+++ b/build.sh
@@ -11,24 +11,24 @@ if [[ -z $TRAVIS_BUILD_DIR ]]; then
else
echo "Running on travis-ci"
BASE_DIR=$TRAVIS_BUILD_DIR
- echo "Compiling mono from source"
- git clone -b mono-5.13.0.308 https://github.com/mono/mono.git
- cd mono
- ./autogen.sh --prefix=$PREFIX >/dev/null
- make >/dev/null
- make install >/dev/null
- mono --version
+ # echo "Compiling mono from source"
+ # git clone -b mono-5.13.0.308 https://github.com/mono/mono.git
+ # cd mono
+ # ./autogen.sh --prefix=$PREFIX >/dev/null
+ # make >/dev/null
+ # make install >/dev/null
+ # mono --version
fi
-echo "Downloading paket.exe directly"
-curl https://github.com/fsprojects/Paket/releases/download/5.148.0/paket.exe -o $BASE_DIR/FMark/.paket/paket.exe
+# echo "Downloading paket.exe directly"
+# curl https://github.com/fsprojects/Paket/releases/download/5.148.0/paket.exe -o $BASE_DIR/FMark/.paket/paket.exe
echo "Running F# tests"
cd $BASE_DIR/FMark/src/FMarkCLI
dotnet build -v n
dotnet run --no-build -- -t
-echo "Running javascript build"
-cd $BASE_DIR/FMark/src/FMarkFable
-dotnet restore
-dotnet fable yarn-build
+# echo "Running javascript build"
+# cd $BASE_DIR/FMark/src/FMarkFable
+# dotnet restore
+# dotnet fable yarn-build