A fork of Crisp for HARP
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
193 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