Add upgraded RCC_upgradeCM3_Min_AMD64_NT.cmd inside cm3--scripts--dev… #174
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: d5.11.9-ZZYYXX-20231117_17-53} | |
push: | |
concurrency: ci | |
jobs: | |
AMD64_DARWIN: | |
uses: VictorMiasnikov/cm3/.github/workflows/amd64_darwin.yml@d5.11.9-ZZYYXX-20231117_17-53 | |
AMD64_LINUX: | |
uses: VictorMiasnikov/cm3/.github/workflows/amd64_linux.yml@d5.11.9-ZZYYXX-20231117_17-53 | |
AMD64_MINGW: | |
uses: VictorMiasnikov/cm3/.github/workflows/amd64_mingw.yml@d5.11.9-ZZYYXX-20231117_17-53 | |
AMD64_NT: | |
uses: VictorMiasnikov/cm3/.github/workflows/amd64_nt.yml@d5.11.9-ZZYYXX-20231117_17-53 | |
I386_LINUX: | |
uses: VictorMiasnikov/cm3/.github/workflows/i386_linux.yml@d5.11.9-ZZYYXX-20231117_17-53 | |
I386_NT: | |
uses: VictorMiasnikov/cm3/.github/workflows/i386_nt.yml@d5.11.9-ZZYYXX-20231117_17-53 |