mirror of
https://github.com/russolsen/crforth
synced 2024-11-16 19:51:29 +01:00
10 lines
185 B
YAML
10 lines
185 B
YAML
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 spec
|