dora 0.0.1

The Dora programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust

rust: nightly

addons:
  apt:
    packages:
    - ruby
    - libcapstone-dev

before_script:
  - rustup component add rustfmt

script:
  - cargo fmt -- --check
  - tools/test
  - tools/test-release