このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
HCrisp
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
add .travis.yml and Projectfile
master
rhysd
9年前
親
f2fd93beb5
コミット
54c29a2fc0
3個のファイルの変更
、
11行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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.
書き込み
プレビュー
読み込み中…
キャンセル
保存