Build Squeak alpha #259
This file contains 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
name: Build Squeak alpha | |
on: | |
push: | |
pull_request: | |
schedule: | |
# Minute [0,59] | |
# Hour [0,23] | |
# Day of the month [1,31] | |
# Month of the year [1,12] | |
# Day of the week ([0,6] with 0=Sunday) | |
- cron: '17 4 * * 6' | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Build Squeak alpha | |
uses: theseion/fuel/.github/workflows/base.yaml@master | |
with: | |
build_targets: '["Squeak64-trunk"]' | |
configs: '[".default.ston", ".tests.ston"]' |