summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2021-05-30 21:27:04 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2021-05-31 14:07:19 +0000
commit79c5b99a51994e84c98fee02ce60fbfe6ab71054 (patch)
tree1e604a4626ddf932964a97b180519198d3cd810f /.github/workflows/main.yml
parente375ff5608101ba447670316a57fc5940ed4df4b (diff)
downloadqbs-79c5b99a51994e84c98fee02ce60fbfe6ab71054.tar.gz
baremetal: Long live COSMIC toolchain for COLDFIRE architecture
This patch adds support for Cosmic Software compiler for the bare metal platforms: * https://www.cosmicsoftware.com/download.php Note that this compiler only works on Windows host platforms. Also the COSMIC toolchain has been added to the Github CI. Fixes: QBS-1648 Change-Id: I39dfeef1c5696e69bed8969890cf4f8fdb3c2741 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 72827d81e..6d0bfad56 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -544,6 +544,9 @@ jobs:
- name: cosmic-4_8_11-hcs12
run: QBS_AUTOTEST_PROFILE=cosmic-4_8_11-hcs12 scripts/test-baremetal.sh release/install-root/bin
shell: bash
+ - name: cosmic-4_1_0-m68k
+ run: QBS_AUTOTEST_PROFILE=cosmic-4_1_0-m68k scripts/test-baremetal.sh release/install-root/bin
+ shell: bash
test-macos:
name: ${{ matrix.config.name }}