diff options
| -rw-r--r-- | bitbucket-pipelines.yml | 10 |
1 files changed, 10 insertions, 0 deletions
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)' |
