A fork of Crisp for HARP
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
210 B

  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