xref: /inferno-os/bitbucket-pipelines.yml (revision 4a062f32e3dd93bf371feb27f3ccc28d7930099e)
1image: i386/gcc:6.1
2
3pipelines:
4  default:
5    - step:
6        script:
7          - PATH=$PATH:$PWD/Linux/386/bin MKFLAGS='SYSHOST=Linux OBJTYPE=386 ROOT='$PWD
8          - mk $MKFLAGS mkdirs
9          - mk $MKFLAGS emuinstall
10          - emu cat /dev/sysctl || echo ' -' exited with status $? '(ignored)'
11