aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
new file mode 100644
index 00000000..fd506ba5
--- /dev/null
+++ b/circle.yml
@@ -0,0 +1,10 @@
+version: 2
+jobs:
+ build:
+ branches:
+ ignore:
+ - /.*/
+ docker:
+ - image: trzeci/emscripten:sdk-tag-1.37.18-64bit
+ steps:
+ - checkout