Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Apr 5, 2024
1 parent 26944e2 commit 16cd2d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ task:
apt update
apt install -y curl
fi
if [ "$(uname -s)" = "FreeBSD" ]; then
install -y lang/gcc git bash
fi
if command -v curl; then
sh -c "$(curl ${URL})"
elif command -v wget; then
sh -c "$(wget ${URL} -q -O-)"
elif command -v fetch; then
sh -c "$(fetch ${URL} -o -)"
fi
echo "OMP_CANCELLATION=TRUE" >> $CIRRUS_ENV
echo "OMP_PROC_BIND=TRUE" >> $CIRRUS_ENV
build_script:
- cirrusjl build
test_script:
Expand Down

0 comments on commit 16cd2d7

Please sign in to comment.