Skip to content

Commit

Permalink
Build: using Cirrus CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 12, 2023
1 parent 1211772 commit b08244b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
freebsd_instance:
image_family: freebsd-13-0

task:
env:
CIRRUS_CLONE_DEPTH: 1

install_script:
- date
- uname -a
- curl -L -S https://github.com/Oldes/Rebol3/releases/download/3.14.0/rebol3-bulk-freebsd-x64.gz --output rebol3-bulk-freebsd-x64.gz
- gunzip ./rebol3-bulk-freebsd-x64.gz
- mv ./rebol3-bulk-freebsd-x64 ./rebol
- chmod u+x ./rebol
- ./rebol --version

matrix:
- name: Siskin FreeBSD x64
script:
- ./rebol siskin.r3 rebol/siskin siskin-freebsd-x86_64
- ./build/siskin-freebsd-x86_64 -v
- gzip -9 ./build/siskin-freebsd-x86_64

binaries_artifacts:
path: "build/*"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
/**/msvc/
!/.cirrus.yml
!/.github
!/.gitignore
!/.editorconfig
Expand Down

0 comments on commit b08244b

Please sign in to comment.