1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-28 14:17:42 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Calvin Rose
c3fa24c1e6 Add .circleci/config.yml 2021-02-15 11:24:05 -06:00

14
.circleci/config.yml Normal file
View File

@@ -0,0 +1,14 @@
version: 2.1
orbs:
# for later
windows: circleci/windows@2.2.0
jobs:
build:
macos:
xcode: 11.3.0
steps:
- checkout
- run: make
- run: make test