We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587c223 commit 9598e6eCopy full SHA for 9598e6e
.cirrus.yml
@@ -5,8 +5,11 @@ task:
5
install_script:
6
- date
7
- uname -a
8
- - pkg install -y wget
9
- - wget -nv https://github.com/Siskin-framework/Builder/releases/download/0.7.2/Siskin-x64-freebsd.gz
+ # WGET is not working on Cirrus FreeBSD VM anymore :-/
+ # - pkg install -y wget
10
+ # - wget -nv https://github.com/Siskin-framework/Builder/releases/download/0.7.2/Siskin-x64-freebsd.gz
11
+ # Trying to do the same with CURL (if it exists there)
12
+ - curl -L -S https://github.com/Siskin-framework/Builder/releases/download/0.7.2/Siskin-x64-freebsd.gz --output Siskin-x64-freebsd.gz
13
- gunzip ./Siskin-x64-freebsd.gz
14
- mv ./Siskin-x64-freebsd ./Siskin
15
- chmod u+x ./Siskin
0 commit comments