A fork of Crisp for HARP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 rivejä
210 B

9 vuotta sitten
  1. language: c
  2. before_install: |
  3. curl http://dist.crystal-lang.org/apt/setup.sh | sudo bash
  4. sudo apt-get -q update
  5. install: |
  6. sudo apt-get install crystal
  7. script:
  8. - crystal build crisp.cr
  9. - crystal spec