Edit

kc3-lang/libffi/.ci/build-in-container.sh

Branch :

  • Show log

    Commit

  • Author : Anthony Green
    Date : 2021-07-16 08:29:08
    Hash : d1eef904
    Message : Migrate from travis-ci to github actions.

  • .ci/build-in-container.sh
  • #!/bin/bash
    set -x
    
    export QEMU_LD_PREFIX=/usr/${HOST}
    export DEJAGNU=/opt/.ci/site.exp
    cd /opt
    ./configure ${HOST+--host=$HOST --disable-shared}
    make
    make dist
    BOARDSDIR=/opt/.ci make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true