Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .appveyor.yml

This file was deleted.

64 changes: 32 additions & 32 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
task:
matrix:
- name: FreeBSD
freebsd_instance:
image_family: freebsd-13-2
env:
matrix:
- JULIA_VERSION: 1.6
- JULIA_VERSION: 1
- name: MacOS M1
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-base:latest
env:
- JULIA_VERSION: 1
install_script: |
URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh"
set -x
if [ "$(uname -s)" = "Linux" ] && command -v apt; then
apt update
apt install -y curl
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
build_script:
- cirrusjl build
test_script:
- cirrusjl test
# task:
# matrix:
# - name: FreeBSD
# freebsd_instance:
# image_family: freebsd-13-2
# env:
# matrix:
# - JULIA_VERSION: 1.6
# - JULIA_VERSION: 1
# - name: MacOS M1
# macos_instance:
# image: ghcr.io/cirruslabs/macos-monterey-base:latest
# env:
# - JULIA_VERSION: 1
# install_script: |
# URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh"
# set -x
# if [ "$(uname -s)" = "Linux" ] && command -v apt; then
# apt update
# apt install -y curl
# 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
# build_script:
# - cirrusjl build
# test_script:
# - cirrusjl test
17 changes: 0 additions & 17 deletions .github/actions/spelling/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions .github/actions/spelling/advice.md

This file was deleted.

Loading