-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
21 lines (21 loc) · 724 Bytes
/
circle.yml
File metadata and controls
21 lines (21 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
general:
branches:
only:
- master
machine:
node:
version: 7.6.0
test:
pre:
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get update
- sudo apt-get install mono-complete fsharp
- npm install -g fable-compiler
- npm install -g webpack
- npm install
override:
- fable
- fable ./src/evaluator/hmrpEvaluator.fsx --outDir ./output && webpack --config webpack.config.webWorker.js
- webpack
- bash deployToGhPages.sh