aboutsummaryrefslogblamecommitdiffstats
path: root/circle.yml
blob: fd506ba55cc0a986a5161e7f32c2d5ece87704cd (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                      
version: 2
jobs:
  build:
    branches:
      ignore:
        - /.*/
    docker:
      - image: trzeci/emscripten:sdk-tag-1.37.18-64bit
    steps:
      - checkout