diff options
author | Denis Shienkov <denis.shienkov@gmail.com> | 2021-05-29 20:50:11 +0300 |
---|---|---|
committer | Denis Shienkov <denis.shienkov@gmail.com> | 2021-05-30 13:01:24 +0000 |
commit | e375ff5608101ba447670316a57fc5940ed4df4b (patch) | |
tree | f3c7f4ec1718f6a8ddbbab71126b0bc7a3091a61 /.github | |
parent | 63f245dc0e1442b7daade525dfa53e8f515230fc (diff) | |
download | qbs-e375ff5608101ba447670316a57fc5940ed4df4b.tar.gz |
baremetal: Long live COSMIC toolchain for HCS12 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-1640
Change-Id: I7ab0c8099437fce962632ff87177e37fd04f82d2
Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2bd575d82..72827d81e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -541,6 +541,9 @@ jobs: - 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 + - 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 test-macos: name: ${{ matrix.config.name }} |