diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-09-23 20:51:46 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-09-23 20:51:46 +0200 |
commit | c0455add508dc4f45f2c82401b4a0f3bb48d88a9 (patch) | |
tree | accdf672174541c65cbf0dfdc5e554f7964d290b | |
parent | 144dc9ca8007cb4390bd9ba3e8b018d7fd92be2c (diff) | |
download | buildroot-c0455add508dc4f45f2c82401b4a0f3bb48d88a9.tar.gz buildroot-c0455add508dc4f45f2c82401b4a0f3bb48d88a9.zip |
.gitlab-ci.yml: update after adding bananapi_m2_plus_defconfig
Commit cef57c964284f9b545a2347dd6eb1654e03dfd6e added
bananapi_m2_plus_defconfig but forgot to update .gitlab-ci.yml. Do it
now.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e140f603ee..1d1e7bd469 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,6 +87,7 @@ atmel_sama5d4_xplained_defconfig: *defconfig atmel_sama5d4_xplained_dev_defconfig: *defconfig atmel_sama5d4_xplained_mmc_defconfig: *defconfig atmel_sama5d4_xplained_mmc_dev_defconfig: *defconfig +bananapi_m2_plus_defconfig: *defconfig bananapro_defconfig: *defconfig beagleboardx15_defconfig: *defconfig beaglebone_defconfig: *defconfig |