Skip to content

Build Squeak alpha #261

Build Squeak alpha

Build Squeak alpha #261

Workflow file for this run

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"]'