Skip to content

Instantly share code, notes, and snippets.

@bartekpacia
Created August 22, 2024 18:27
Show Gist options
  • Save bartekpacia/926a42403303eae521689462c9b1420b to your computer and use it in GitHub Desktop.
Save bartekpacia/926a42403303eae521689462c9b1420b to your computer and use it in GitHub Desktop.
cirrus ci config draft for maestro
pipe:
name: Build and validate
steps:
- image: ghcr.io/cirruslabs/android-sdk:34
#image: gradle:7.6.4-jdk11-alpine
build_script: |
sudo apt-get update
sudo apt-get install -y nodejs npm
./gradlew :maestro-cli:installDist
- image: eclipse-temurin:8-jre-alpine
validate_script: ./maestro-cli/build/outputs/install/maestro --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment