-
Notifications
You must be signed in to change notification settings - Fork 319
/
Copy pathc3.yaml
24 lines (24 loc) · 956 Bytes
/
c3.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
compilers:
c3:
type: tarballs
compression: gz
dir: c3-{name}
folder: linux
strip_components: 1
create_untar_dir: true
check_exe: c3c --version
targets:
- name: 0.4
url: https://github.com/c3lang/c3c/releases/download/0.4godbolt-v2/c3-ubuntu-20.tar.gz
- name: 0.5
url: https://github.com/c3lang/c3c/releases/download/release_0.5/c3-ubuntu-20.tar.gz
- name: 0.5.5
url: https://github.com/c3lang/c3c/releases/download/v0.5.5/c3-ubuntu-20-0.5.5.tar.gz
- name: 0.6.0
url: https://github.com/c3lang/c3c/releases/download/v0.6.0/c3-ubuntu-20.tar.gz
- name: 0.6.1
url: https://github.com/c3lang/c3c/releases/download/v0.6.1/c3-ubuntu-20.tar.gz
- name: 0.6.2
url: https://github.com/c3lang/c3c/releases/download/v0.6.2/c3-ubuntu-20.tar.gz
- name: 0.6.3
url: https://github.com/c3lang/c3c/releases/download/v0.6.3/c3-ubuntu-20.tar.gz