forked from Oldes/Rebol3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cirrus.yml
32 lines (30 loc) · 1.14 KB
/
.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
freebsd_instance:
image_family: freebsd-13-0
task:
install_script:
- date
- uname -a
# WGET is not working on Cirrus FreeBSD VM anymore :-/
# - pkg install -y wget
# - wget -nv https://github.com/Siskin-framework/Builder/releases/download/0.7.2/Siskin-x64-freebsd.gz
# Trying to do the same with CURL (if it exists there)
- curl -L -S https://github.com/Siskin-framework/Builder/releases/download/0.7.2/Siskin-x64-freebsd.gz --output Siskin-x64-freebsd.gz
- gunzip ./Siskin-x64-freebsd.gz
- mv ./Siskin-x64-freebsd ./Siskin
- chmod u+x ./Siskin
- ./Siskin --version
matrix:
# - name: Rebol3/Base FreeBSD ARM64
# script:
# - ./Siskin make/rebol3.nest %rebol3-base-freebsd-x64
# - ./build/rebol3-base-freebsd-x64 -v
#
# - name: Rebol3/Core FreeBSD ARM64
# script:
# - ./Siskin make/rebol3.nest %rebol3-core-freebsd-x64
# - ./build/rebol3-core-freebsd-x64 -v
- name: Rebol3/Bulk FreeBSD ARM64
script:
- ./Siskin make/rebol3.nest %rebol3-bulk-freebsd-x64
- ./build/rebol3-bulk-freebsd-x64 -v
- ./build/rebol3-bulk-freebsd-x64 -s ./src/tests/run-tests.r3