diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-09-26 23:49:01 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-09-26 23:49:01 +0200 |
commit | 73dba11172dd536ffae68e1fd4cd1b5c9fc005c3 (patch) | |
tree | 9584c494e95d94ac32c035b97f8a901ea09e6ebb | |
parent | 0ccb665e15cc74042e8c12543d0945e1b6c6804a (diff) | |
download | buildroot-73dba11172dd536ffae68e1fd4cd1b5c9fc005c3.tar.gz buildroot-73dba11172dd536ffae68e1fd4cd1b5c9fc005c3.zip |
.gitlab-ci.yml: update after adding raspberrypi3_qt5we_defconfig
Commit 21234ce8 introduced raspberrypi3_qt5we_defconfig but didn't
update .gitlab-ci.yml. Do that 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 1d1e7bd469..312954284e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -190,6 +190,7 @@ raspberrypi0_defconfig: *defconfig raspberrypi2_defconfig: *defconfig raspberrypi3_64_defconfig: *defconfig raspberrypi3_defconfig: *defconfig +raspberrypi3_qt5we_defconfig: *defconfig raspberrypi_defconfig: *defconfig riotboard_defconfig: *defconfig roseapplepi_defconfig: *defconfig |