proteus build rename

This commit is contained in:
rusefi 2020-06-22 10:12:07 -04:00
parent 15e141f995
commit 29833d90c2
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
matrix: matrix:
# What boards should we build for? In the 'include' section below, # What boards should we build for? In the 'include' section below,
# set up what each of these boards needs to build. # set up what each of these boards needs to build.
build-target: [frankenso, frankenso-pal, mre-f4, mre-f7, prometheus-405, prometheus-469, proteus, kinetis] build-target: [frankenso, frankenso-pal, mre-f4, mre-f7, prometheus-405, prometheus-469, proteus-f7, kinetis]
build-type: [debug, release] build-type: [debug, release]
include: include:
@ -73,7 +73,7 @@ jobs:
build-type: debug build-type: debug
- build-target: prometheus-469 - build-target: prometheus-469
build-type: debug build-type: debug
- build-target: proteus - build-target: proteus-f7
build-type: debug build-type: debug
- build-target: kinetis - build-target: kinetis
build-type: debug build-type: debug