Created
August 22, 2024 18:27
-
-
Save bartekpacia/926a42403303eae521689462c9b1420b to your computer and use it in GitHub Desktop.
cirrus ci config draft for maestro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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