Skip to content

Commit

Permalink
Merge branch 'feature/tests' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-pm committed Dec 30, 2020
2 parents cd9ca44 + b6ba76e commit f061e19
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 5 deletions.
6 changes: 6 additions & 0 deletions centos/centos_7/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sut:
build: .
command: /bin/bash -c "
git clone git://git.yoctoproject.org/poky
&& source poky/oe-init-build-env
&& bitbake --dry-run core-image-minimal"
6 changes: 6 additions & 0 deletions centos/centos_8/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sut:
build: .
command: /bin/bash -c "
git clone git://git.yoctoproject.org/poky
&& source poky/oe-init-build-env
&& bitbake --dry-run core-image-minimal"
6 changes: 6 additions & 0 deletions debian/debian_10/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sut:
build: .
command: /bin/bash -c "
git clone git://git.yoctoproject.org/poky
&& source poky/oe-init-build-env
&& bitbake --dry-run core-image-minimal"
6 changes: 6 additions & 0 deletions debian/debian_9/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sut:
build: .
command: /bin/bash -c "
git clone git://git.yoctoproject.org/poky
&& source poky/oe-init-build-env
&& bitbake --dry-run core-image-minimal"
6 changes: 6 additions & 0 deletions fedora/fedora_31/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sut:
build: .
command: /bin/bash -c "
git clone git://git.yoctoproject.org/poky
&& source poky/oe-init-build-env
&& bitbake --dry-run core-image-minimal"
6 changes: 6 additions & 0 deletions fedora/fedora_32/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sut:
build: .
command: /bin/bash -c "
git clone git://git.yoctoproject.org/poky
&& source poky/oe-init-build-env
&& bitbake --dry-run core-image-minimal"
5 changes: 0 additions & 5 deletions test.sh

This file was deleted.

6 changes: 6 additions & 0 deletions ubuntu/ubuntu_16/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sut:
build: .
command: /bin/bash -c "
git clone git://git.yoctoproject.org/poky
&& source poky/oe-init-build-env
&& bitbake --dry-run core-image-minimal"
6 changes: 6 additions & 0 deletions ubuntu/ubuntu_18/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sut:
build: .
command: /bin/bash -c "
git clone git://git.yoctoproject.org/poky
&& source poky/oe-init-build-env
&& bitbake --dry-run core-image-minimal"
6 changes: 6 additions & 0 deletions ubuntu/ubuntu_20/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sut:
build: .
command: /bin/bash -c "
git clone git://git.yoctoproject.org/poky
&& source poky/oe-init-build-env
&& bitbake --dry-run core-image-minimal"

0 comments on commit f061e19

Please sign in to comment.