3 Star 0 Fork 2

Gitee 极速下载 / numcl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/numcl/numcl
克隆/下载
.travis.yml 1.50 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
Masataro Asai 提交于 2020-02-29 21:29 . temporarily reduce the build matrix
language: bash
sudo: false
os:
- linux
- osx
- windows
addons:
apt:
packages:
- build-essential
- automake
- libcurl4-openssl-dev
env:
global:
- PATH=~/.roswell/bin:$PATH
- ROSWELL_INSTALL_DIR=$HOME/.roswell
jobs:
- LISP=sbcl-bin
- LISP=ccl-bin
# - LISP=abcl
# - LISP=clisp
# - LISP=ecl
# - LISP=cmucl
# - LISP=alisp
jobs:
fast_finish: true
include:
- os: linux
arch: arm64
env: LISP=sbcl-bin
- os: linux
arch: ppc64le
env: LISP=sbcl-bin
- os: linux
arch: arm64
env: LISP=ccl-bin
allow_failures:
- env: LISP=abcl
- env: LISP=clisp
- env: LISP=ecl
- env: LISP=cmucl
- env: LISP=alisp
- arch: arm64
- arch: ppc64le
- os: windows
- os: osx
install:
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh
- ( cd ~/lisp/ ; git clone https://github.com/guicho271828/lisp-namespace.git )
- ( cd ~/lisp/ ; git clone https://github.com/guicho271828/type-i.git )
- ( cd ~/lisp/ ; git clone https://github.com/guicho271828/type-r.git )
- ( cd ~/lisp/ ; git clone https://github.com/guicho271828/trivia.git )
- ( cd ~/lisp/ ; git clone https://github.com/numcl/constantfold.git )
- ( cd ~/lisp/ ; git clone https://github.com/numcl/gtype.git )
- ( cd ~/lisp/ ; git clone https://github.com/numcl/specialized-function.git )
cache:
directories:
- $HOME/.roswell
- $HOME/.config/common-lisp
script:
- ./testscr.ros
Common Lisp
1
https://gitee.com/mirrors/numcl.git
git@gitee.com:mirrors/numcl.git
mirrors
numcl
numcl
master

搜索帮助