Skip to content

Build Squeak 5.3

Build Squeak 5.3 #261

Workflow file for this run

name: Build Squeak 5.3
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 5.3
uses: theseion/fuel/.github/workflows/base.yaml@master
with:
build_targets: '["Squeak32-5.3", "Squeak64-5.3"]'
configs: '[".default.ston", ".tests.ston"]'