aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2021-05-28 18:58:23 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2021-05-29 17:19:25 +0000
commit63f245dc0e1442b7daade525dfa53e8f515230fc (patch)
treedc9a52922d758ca63268657b888345d3e659662f /.github/workflows/main.yml
parentc5b663c4331f639e14ce9cff42afd08b6fcf7b21 (diff)
baremetal: Long live COSMIC toolchain for HCS08 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-1641 Change-Id: I755fcd3b2a89d0d40fda8b7f9da3d72ee1918df5 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 67d8b1d71..2bd575d82 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -538,6 +538,9 @@ jobs:
- name: cosmic-4_5_2-stm8
run: QBS_AUTOTEST_PROFILE=cosmic-4_5_2-stm8 scripts/test-baremetal.sh release/install-root/bin
shell: bash
+ - name: cosmic-4_6_3-hcs8
+ run: QBS_AUTOTEST_PROFILE=cosmic-4_6_3-hcs8 scripts/test-baremetal.sh release/install-root/bin
+ shell: bash
test-macos:
name: ${{ matrix.config.name }}