-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathshard.yml
More file actions
38 lines (32 loc) · 720 Bytes
/
shard.yml
File metadata and controls
38 lines (32 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: nightly-link
version: 0.1.0
authors:
- Oleh Prypin <oleh@pryp.in>
description: |
Downloads the latest "nightly" build/artifact from a continuous testing workflow
targets:
server:
main: src/nightly_link.cr
dependencies:
retour:
github: oprypin/retour
jwt:
github: crystal-community/jwt
halite:
github: icyleaf/halite
memory_cache:
github: kostya/memory_cache
tasker:
github: spider-gazelle/tasker
sqlite3:
github: crystal-lang/crystal-sqlite3
markd:
github: icyleaf/markd
future:
github: crystal-community/future.cr
development_dependencies:
spec_assert:
github: oprypin/spec-assert
webmock:
github: manastech/webmock.cr
license: AGPL-3.0