diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-08-03 21:37:28 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-08-03 21:37:28 +1200 |
commit | 4a6408cc2439f14a86edefb41874b4da28182099 (patch) | |
tree | 581840fc6962059f28729fc355eddc95b00de026 /.github | |
parent | d47b234152980a09196355b77a12cb425f3f1d2e (diff) | |
download | crosstool-ng-4a6408cc2439f14a86edefb41874b4da28182099.tar.gz crosstool-ng-4a6408cc2439f14a86edefb41874b4da28182099.tar.bz2 crosstool-ng-4a6408cc2439f14a86edefb41874b4da28182099.zip |
CI: Add avr target
Add avr to list of samples to build.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/continuous-integration-workflow.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 16f24024..b9cc9e92 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -106,6 +106,7 @@ jobs: "arm-unknown-linux-gnueabi", "arm-unknown-linux-musleabi", "armv6-nommu-linux-uclibcgnueabi", + "avr", "mips-unknown-elf", "mips64-unknown-linux-gnu", "powerpc-unknown-linux-gnu", |