babashka/.cirrus.yml
Michiel Borkent 30f3c1e40e config
2022-06-07 20:50:54 +02:00

16 lines
426 B
YAML

macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-base:latest
task:
env:
LEIN_ROOT: "true"
GRAALVM_VERSION: "22.1.0"
GRAALVM_HOME: ${HOME}/graalvm-ce-java11-22.1.0
BABASHKA_PLATFORM: macos # used in release script
BABASHKA_ARCH: aarch64
BABASHKA_TEST_ENV: native
BABASHKA_XMX: "-J-Xmx6500m"
script: |
echo "Hello World from macOS!"
git submodule init
git submodule update