This is a preparation for adding GitHub Actions support. Also run from root directory. It's a bit confusing to run from travis directory. Signed-off-by: Petr Vorel <pvorel@xxxxxxx> --- .travis.yml | 2 +- {travis => ci}/alpine.sh | 0 {travis => ci}/centos.sh | 0 {travis => ci}/debian.cross-compile.sh | 0 {travis => ci}/debian.i386.sh | 0 {travis => ci}/debian.sh | 0 {travis => ci}/fedora.sh | 0 {travis => ci}/opensuse.sh | 0 {travis => ci}/tumbleweed.sh | 0 {travis => ci}/ubuntu.sh | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename {travis => ci}/alpine.sh (100%) rename {travis => ci}/centos.sh (100%) rename {travis => ci}/debian.cross-compile.sh (100%) rename {travis => ci}/debian.i386.sh (100%) rename {travis => ci}/debian.sh (100%) rename {travis => ci}/fedora.sh (100%) rename {travis => ci}/opensuse.sh (100%) rename {travis => ci}/tumbleweed.sh (100%) rename {travis => ci}/ubuntu.sh (100%) diff --git a/.travis.yml b/.travis.yml index fde774e..5b07711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,4 +93,4 @@ before_install: script: - INSTALL="${DISTRO%%:*}" - INSTALL="${INSTALL%%/*}" - - $CONTAINER run $CONTAINER_ARGS -t ima-evm-utils /bin/sh -c "cd travis && if [ \"$VARIANT\" ]; then ARCH=\"$ARCH\" ./$INSTALL.$VARIANT.sh; fi && ARCH=\"$ARCH\" CC=\"$CC\" TSS=\"$TSS\" ./$INSTALL.sh && if [ ! \"$VARIANT\" ]; then which tpm_server || which swtpm || ../tests/install-swtpm.sh; fi && CC=\"$CC\" VARIANT=\"$VARIANT\" ../build.sh" + - $CONTAINER run $CONTAINER_ARGS -t ima-evm-utils /bin/sh -c "if [ \"$VARIANT\" ]; then ARCH=\"$ARCH\" ./ci/$INSTALL.$VARIANT.sh; fi && ARCH=\"$ARCH\" CC=\"$CC\" TSS=\"$TSS\" ./ci/$INSTALL.sh && if [ ! \"$VARIANT\" ]; then which tpm_server || which swtpm || ./tests/install-swtpm.sh; fi && CC=\"$CC\" VARIANT=\"$VARIANT\" ./build.sh" diff --git a/travis/alpine.sh b/ci/alpine.sh similarity index 100% rename from travis/alpine.sh rename to ci/alpine.sh diff --git a/travis/centos.sh b/ci/centos.sh similarity index 100% rename from travis/centos.sh rename to ci/centos.sh diff --git a/travis/debian.cross-compile.sh b/ci/debian.cross-compile.sh similarity index 100% rename from travis/debian.cross-compile.sh rename to ci/debian.cross-compile.sh diff --git a/travis/debian.i386.sh b/ci/debian.i386.sh similarity index 100% rename from travis/debian.i386.sh rename to ci/debian.i386.sh diff --git a/travis/debian.sh b/ci/debian.sh similarity index 100% rename from travis/debian.sh rename to ci/debian.sh diff --git a/travis/fedora.sh b/ci/fedora.sh similarity index 100% rename from travis/fedora.sh rename to ci/fedora.sh diff --git a/travis/opensuse.sh b/ci/opensuse.sh similarity index 100% rename from travis/opensuse.sh rename to ci/opensuse.sh diff --git a/travis/tumbleweed.sh b/ci/tumbleweed.sh similarity index 100% rename from travis/tumbleweed.sh rename to ci/tumbleweed.sh diff --git a/travis/ubuntu.sh b/ci/ubuntu.sh similarity index 100% rename from travis/ubuntu.sh rename to ci/ubuntu.sh -- 2.32.0