This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
HCrisp
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
add .travis.yml and Projectfile
master
rhysd
9 年之前
父節點
f2fd93beb5
當前提交
54c29a2fc0
共有
3 個文件被更改
,包括
11 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.travis.yml
+1
-0
Projectfile
+2
-0
README.md
+ 8
- 0
.travis.yml
查看文件
@ -0,0 +1,8 @@
language
:
c
before_install
:
|
curl
http
:
//dist.crystal-lang.org/apt/setup.sh
|
sudo
bash
sudo
apt-get
-q
update
install
:
|
sudo
apt-get
install
crystal
script
:
- crystal
build
crisp.cr
+ 1
- 0
Projectfile
查看文件
@ -0,0 +1 @@
# No dependency
+ 2
- 0
README.md
查看文件
@ -1,6 +1,8 @@
Crisp
=====
[
![Build Status
](
https://travis-ci.org/rhysd/Crisp.svg
)](https://travis-ci.org/rhysd/Crisp)
Crisp is one of Lisp dialect which is based on [
mal
](
https://github.com/kanaka/mal
) and implemented with [
Crystal
](
https://github.com/manastech/crystal
).
This project is a toy box for my dynamic language ideas.
Write
Preview
Loading…
取消
儲存