Merge pull request #1191 from VictorMiasnikov/d5.11.9-ZZYYXX-20241119… #528
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: integration | |
# Build and test starting from latest bootstrap release. | |
on: | |
pull_request: {branches: master} | |
push: | |
concurrency: ci | |
jobs: | |
AMD64_DARWIN: | |
uses: modula3/cm3/.github/workflows/amd64_darwin.yml@master | |
AMD64_LINUX: | |
uses: modula3/cm3/.github/workflows/amd64_linux.yml@master | |
AMD64_MINGW: | |
uses: modula3/cm3/.github/workflows/amd64_mingw.yml@master | |
AMD64_NT: | |
uses: modula3/cm3/.github/workflows/amd64_nt.yml@master | |
I386_LINUX: | |
uses: modula3/cm3/.github/workflows/i386_linux.yml@master | |
I386_NT: | |
uses: modula3/cm3/.github/workflows/i386_nt.yml@master |