mirror of
https://github.com/janet-lang/janet
synced 2024-11-05 16:26:17 +00:00
230b734663
JPM and related functionality has been moved to it's own repository and will be versioned separately from Janet. The distribution process could later be modified to bundle a version of jpm with Janet but this is perhaps not needed.
12 lines
162 B
YAML
12 lines
162 B
YAML
image: freebsd/12.x
|
|
sources:
|
|
- https://git.sr.ht/~bakpakin/janet
|
|
packages:
|
|
- gmake
|
|
tasks:
|
|
- build: |
|
|
cd janet
|
|
gmake
|
|
gmake test
|
|
sudo gmake install
|