aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2021-05-28 16:32:10 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2021-05-28 15:15:22 +0000
commitc5b663c4331f639e14ce9cff42afd08b6fcf7b21 (patch)
treef63ac1828140593cc2d06a261097061b7f89e0b3 /.github/workflows/main.yml
parent61667f68bc91bd69e908e9bd0f68b143f37367fa (diff)
baremetal: Long live COSMIC toolchain for STM8 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-1639 Change-Id: Iffba0bc550c5d168fb453c7a325b2c9be06d4195 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 c9ba6cb96..67d8b1d71 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -535,6 +535,9 @@ jobs:
- name: cosmic-4_3_11-arm
run: QBS_AUTOTEST_PROFILE=cosmic-4_3_11-arm scripts/test-baremetal.sh release/install-root/bin
shell: bash
+ - 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
test-macos:
name: ${{ matrix.config.name }}