forked from TokTok/hs-toxcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cirrus.yml
44 lines (40 loc) · 861 Bytes
/
.cirrus.yml
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
39
40
41
42
43
44
---
bazel-opt_task:
container:
image: toxchat/toktok-stack:latest-release
cpu: 2
memory: 6G
configure_script:
- /src/workspace/tools/inject-repo hs-toxcore
test_all_script:
- cd /src/workspace && bazel test -k
--config=ci
//hs-toxcore/...
android-aarch64_task:
container:
image: toktoknet/ghc-android:8.10.7.aarch64
cpu: 2
memory: 6G
build_script:
- android/build.sh
android-arm_task:
container:
image: toktoknet/ghc-android:8.10.7.arm
cpu: 2
memory: 6G
build_script:
- android/build.sh
android-i686_task:
container:
image: toktoknet/ghc-android:8.10.7.i686
cpu: 2
memory: 6G
build_script:
- android/build.sh
android-x86_64_task:
container:
image: toktoknet/ghc-android:8.10.7.x86_64
cpu: 2
memory: 6G
build_script:
- android/build.sh