summaryrefslogtreecommitdiff
path: root/bitbucket-pipelines.yml
blob: 2cc07efbacb07eb15b46e14f327413840c64da1b (plain)
1
2
3
4
5
6
7
8
9
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)'