From 2bbb1e2cb410121b3ef404f4f639d80d6518761e Mon Sep 17 00:00:00 2001 From: Yaroslav Kolomiiets Date: Wed, 22 Feb 2017 14:49:15 +0000 Subject: enable bitbucket pipelines for Linux/386 --- bitbucket-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bitbucket-pipelines.yml diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 00000000..2cc07efb --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,10 @@ +image: i386/gcc:6.1 + +pipelines: + default: + - step: + script: + - PATH=$PATH:$PWD/Linux/386/bin MKFLAGS='SYSHOST=Linux OBJTYPE=386 ROOT='$PWD + - mk $MKFLAGS mkdirs + - mk $MKFLAGS emuinstall + - emu cat /dev/sysctl || echo ' -' exited with status $? '(ignored)' -- cgit v1.2.3